Searched refs:PA_DBUS_CORE_INTERFACE (Results 1 – 11 of 11) sorted by relevance
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-device.h | 36 #define PA_DBUSIFACE_DEVICE_INTERFACE PA_DBUS_CORE_INTERFACE ".Device" 37 #define PA_DBUSIFACE_SINK_INTERFACE PA_DBUS_CORE_INTERFACE ".Sink" 38 #define PA_DBUSIFACE_SOURCE_INTERFACE PA_DBUS_CORE_INTERFACE ".Source"
|
D | iface-core.c | 336 .name = PA_DBUS_CORE_INTERFACE, 1605 PA_DBUS_CORE_INTERFACE, in module_new_cb() 1630 PA_DBUS_CORE_INTERFACE, in module_removed_cb() 1658 PA_DBUS_CORE_INTERFACE, in sample_cache_new_cb() 1683 PA_DBUS_CORE_INTERFACE, in sample_cache_removed_cb() 1707 PA_DBUS_CORE_INTERFACE, in create_dbus_object_for_sink() 1744 PA_DBUS_CORE_INTERFACE, in default_sink_changed_cb() 1750 PA_DBUS_CORE_INTERFACE, in default_sink_changed_cb() 1775 PA_DBUS_CORE_INTERFACE, in create_dbus_object_for_source() 1812 PA_DBUS_CORE_INTERFACE, in default_source_changed_cb() [all …]
|
D | iface-module.h | 34 #define PA_DBUSIFACE_MODULE_INTERFACE PA_DBUS_CORE_INTERFACE ".Module"
|
D | iface-client.h | 34 #define PA_DBUSIFACE_CLIENT_INTERFACE PA_DBUS_CORE_INTERFACE ".Client"
|
D | iface-sample.h | 34 #define PA_DBUSIFACE_SAMPLE_INTERFACE PA_DBUS_CORE_INTERFACE ".Sample"
|
D | iface-memstats.h | 34 #define PA_DBUSIFACE_MEMSTATS_INTERFACE PA_DBUS_CORE_INTERFACE ".Memstats"
|
D | iface-card.h | 34 #define PA_DBUSIFACE_CARD_INTERFACE PA_DBUS_CORE_INTERFACE ".Card"
|
D | iface-stream.h | 35 #define PA_DBUSIFACE_STREAM_INTERFACE PA_DBUS_CORE_INTERFACE ".Stream"
|
D | iface-device-port.h | 34 #define PA_DBUSIFACE_DEVICE_PORT_INTERFACE PA_DBUS_CORE_INTERFACE ".DevicePort"
|
D | iface-card-profile.h | 33 #define PA_DBUSIFACE_CARD_PROFILE_INTERFACE PA_DBUS_CORE_INTERFACE ".CardProfile"
|
/third_party/pulseaudio/src/pulsecore/ |
D | protocol-dbus.h | 33 #define PA_DBUS_CORE_INTERFACE "org.PulseAudio.Core1" macro 36 #define PA_DBUS_ERROR_NO_SUCH_INTERFACE PA_DBUS_CORE_INTERFACE ".NoSuchInterfaceError" 37 #define PA_DBUS_ERROR_NO_SUCH_PROPERTY PA_DBUS_CORE_INTERFACE ".NoSuchPropertyError" 38 #define PA_DBUS_ERROR_NOT_FOUND PA_DBUS_CORE_INTERFACE ".NotFoundError"
|