summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceCAPI/fidl
diff options
context:
space:
mode:
Diffstat (limited to 'PluginCommandInterfaceCAPI/fidl')
-rw-r--r--PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl7
-rw-r--r--PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf4
2 files changed, 6 insertions, 5 deletions
diff --git a/PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl b/PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl
index 0d752d6..1fc0d5f 100644
--- a/PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl
+++ b/PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl
@@ -101,7 +101,7 @@ interface CommandControl {
**>
method setMainSinkSoundProperty {
in {
- am_sinkID_t sinkID
+ am_sinkID_t sinkID
am_MainSoundProperty_s soundProperty
}
out {
@@ -115,7 +115,7 @@ interface CommandControl {
**>
method setMainSourceSoundProperty {
in {
- am_sourceID_t sourceID
+ am_sourceID_t sourceID
am_MainSoundProperty_s soundProperty
}
out {
@@ -146,12 +146,12 @@ interface CommandControl {
**>
method getListMainConnections {
out {
- am_Error_e ^error
<**
@description : returns a list of all connections
**>
am_MainConnection_L listConnections
+ am_Error_e ^error
}
}
@@ -602,4 +602,5 @@ interface CommandControl {
am_NotificationConfiguration_s mainNotificationConfiguration
}
}
+
} \ No newline at end of file
diff --git a/PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf b/PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf
index b3ae199..35c5558 100644
--- a/PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf
+++ b/PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf
@@ -4,5 +4,5 @@
##################################################################################################################
[local:org.genivi.audiomanger.commandinterface:org.genivi.audiomanger]
dbus_connection=org.genivi.audiomanager
-dbus_object=/org/genivi/audiomanager/commandinterface
-dbus_interface=org.genivi.audiomanager.commandinterface \ No newline at end of file
+dbus_object=/org/genivi/audiomanager/CommandControl
+dbus_interface=org.genivi.audiomanager.CommandControl \ No newline at end of file