summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceDbus/include/RoutingReceiver.xml
blob: 78e06e3d10b1b78c6b4bec34685936b8f30b8a2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE node PUBLIC
  "-//freedesktop//DTD D-Bus Object Introspection 1.0//EN"
  "http://standards.freedesktop.org/dbus/1.0/introspect.dtd">

<node>  
	<interface name="org.genivi.audiomanager.RoutingReceiver">          

	<method name="ackConnect">      
		<arg name="handle" type="i" direction="in" />      
		<arg name="connectionID" type="i" direction="in" /> 
		<arg name="error" type="i" direction="in" />
	</method>
        <method name="ackDisconnect">
                <arg name="handle" type="i" direction="in" />
                <arg name="connectionID" type="i" direction="in" />
                <arg name="error" type="i" direction="in" />
        </method>
        <method name="ackSetSinkVolumeChange">
                <arg name="handle" type="i" direction="in" />
                <arg name="volume" type="i" direction="in" />
                <arg name="error" type="i" direction="in" />
        </method>
        <method name="ackSetSourceVolumeChange">
                <arg name="handle" type="i" direction="in" />
                <arg name="connectionID" type="i" direction="in" />
                <arg name="error" type="i" direction="in" />
        </method>
        <method name="ackSetSourceState">
                <arg name="handle" type="u" direction="in" />
                <arg name="error" type="n" direction="in" />
        </method>
        <method name="ackSetSinkSoundProperty">
                <arg name="handle" type="u" direction="in" />
                <arg name="error" type="n" direction="in" />
        </method>
        <method name="ackSetSourceSoundProperty">
                <arg name="handle" type="u" direction="in" />
                <arg name="error" type="n" direction="in" />
        </method>
        <method name="ackCrossFading">
                <arg name="handle" type="u" direction="in" />
                <arg name="hotsink" type="q" direction="in" />
                <arg name="error" type="n" direction="in" />
        </method>
        <method name="ackSourceVolumeTick">
                <arg name="handle" type="u" direction="in" />
                <arg name="source" type="q" direction="in" />
                <arg name="volume" type="n" direction="in" />
        </method>
        <method name="ackSinkVolumeTick">
                <arg name="handle" type="u" direction="in" />
                <arg name="sink" type="q" direction="in" />
                <arg name="volume" type="n" direction="in" />
        </method>


        <method name="peekDomain">
                <arg name="name" type="s" direction="in" />
                <arg name="domainid" type="q" direction="in" />
        </method>
        <method name="registerDomain">
                <arg name="domaindata" type="(qsssbbq)" direction="in" />
                <arg name="domainid" type="q" direction="in" />
        </method>
        <method name="deregisterDomain">
                <arg name="domainid" type="q" direction="in" />
        </method>


	<method name="registerSource">      
		<arg name="soucedata" type="(qqsqqnb(qq)q)" direction="in" />      
		<arg name="sourceid" type="q" direction="in" /> 
	</method>

        <method name="deregisterSource">
                <arg name="sourceid" type="q" direction="in" />  
        </method>

	<signal name="signal_systemReady">
        </signal>

	</interface>
</node>