Searched refs:AUDIO_SINK_INTERFACE (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | sink.c | 112 AUDIO_SINK_INTERFACE, "State", in sink_set_state() 137 AUDIO_SINK_INTERFACE, "Disconnected", in avdtp_state_callback() 140 AUDIO_SINK_INTERFACE, "Connected", in avdtp_state_callback() 229 AUDIO_SINK_INTERFACE, in stream_state_changed() 233 AUDIO_SINK_INTERFACE, in stream_state_changed() 242 AUDIO_SINK_INTERFACE, in stream_state_changed() 246 AUDIO_SINK_INTERFACE, in stream_state_changed() 254 g_dbus_emit_signal(dev->conn, dev->path, AUDIO_SINK_INTERFACE, in stream_state_changed() 257 AUDIO_SINK_INTERFACE, "Playing", in stream_state_changed() 835 AUDIO_SINK_INTERFACE, dev->path); in path_unregister() [all …]
|
D | sink.h | 25 #define AUDIO_SINK_INTERFACE "org.bluez.AudioSink" macro
|
D | unix.c | 193 else if (!strcmp(interface, AUDIO_SINK_INTERFACE) && dev->sink) in select_service() 1305 interface = AUDIO_SINK_INTERFACE; in handle_getcapabilities_req() 1376 client->interface = g_strdup(AUDIO_SINK_INTERFACE); in handle_a2dp_open() 1377 else if (!g_str_equal(client->interface, AUDIO_SINK_INTERFACE) && in handle_a2dp_open() 1471 client->interface = g_strdup(AUDIO_SINK_INTERFACE); in handle_a2dp_transport() 1472 else if (!g_str_equal(client->interface, AUDIO_SINK_INTERFACE) && in handle_a2dp_transport()
|
D | device.c | 648 } else if (!strcmp(interface, AUDIO_SINK_INTERFACE) && dev->sink && in audio_device_is_active()
|
D | manager.c | 1200 if (interface && !strcmp(AUDIO_SINK_INTERFACE, interface) in manager_find_device()
|