Searched refs:pa_bluetooth_discovery (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/ |
D | bluez5-util.h | 45 typedef struct pa_bluetooth_discovery pa_bluetooth_discovery; typedef 105 pa_bluetooth_discovery *discovery; 127 pa_bluetooth_discovery *discovery; 135 pa_bluetooth_backend *pa_bluetooth_ofono_backend_new(pa_core *c, pa_bluetooth_discovery *y); 138 …nline pa_bluetooth_backend *pa_bluetooth_ofono_backend_new(pa_core *c, pa_bluetooth_discovery *y) { in pa_bluetooth_ofono_backend_new() 145 pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_discovery *y, bool e… 149 …a_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_discovery *y, bool e… in pa_bluetooth_native_backend_new() 166 pa_bluetooth_device* pa_bluetooth_discovery_get_device_by_path(pa_bluetooth_discovery *y, const cha… 167 pa_bluetooth_device* pa_bluetooth_discovery_get_device_by_address(pa_bluetooth_discovery *y, const … 169 pa_hook* pa_bluetooth_discovery_hook(pa_bluetooth_discovery *y, pa_bluetooth_hook_t hook); [all …]
|
D | bluez5-util.c | 81 struct pa_bluetooth_discovery { struct 99 static pa_dbus_pending* send_and_add_to_pending(pa_bluetooth_discovery *y, DBusMessage *m, in send_and_add_to_pending() argument 513 static pa_bluetooth_device* device_create(pa_bluetooth_discovery *y, const char *path) { in device_create() 529 pa_bluetooth_device* pa_bluetooth_discovery_get_device_by_path(pa_bluetooth_discovery *y, const cha… in pa_bluetooth_discovery_get_device_by_path() 542 pa_bluetooth_device* pa_bluetooth_discovery_get_device_by_address(pa_bluetooth_discovery *y, const … in pa_bluetooth_discovery_get_device_by_address() 586 static void device_remove(pa_bluetooth_discovery *y, const char *path) { in device_remove() 645 static pa_bluetooth_adapter* adapter_create(pa_bluetooth_discovery *y, const char *path) { in adapter_create() 676 static void adapter_remove(pa_bluetooth_discovery *y, const char *path) { in adapter_remove() 863 pa_bluetooth_discovery *y; in register_endpoint_reply() 892 static void register_endpoint(pa_bluetooth_discovery *y, const pa_a2dp_codec *a2dp_codec, const cha… in register_endpoint() [all …]
|
D | module-bluez5-discover.c | 53 pa_bluetooth_discovery *discovery; 57 static pa_hook_result_t device_connection_changed_cb(pa_bluetooth_discovery *y, const pa_bluetooth_… in device_connection_changed_cb()
|
D | backend-ofono.c | 78 pa_bluetooth_discovery *discovery; 187 static pa_hook_result_t device_unlink_cb(pa_bluetooth_discovery *y, const pa_bluetooth_device *d, s… in device_unlink_cb() 688 pa_bluetooth_backend *pa_bluetooth_ofono_backend_new(pa_core *c, pa_bluetooth_discovery *y) { in pa_bluetooth_ofono_backend_new()
|
D | backend-native.c | 42 pa_bluetooth_discovery *discovery; 675 pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_discovery *y, bool e… in pa_bluetooth_native_backend_new()
|
D | module-bluez5-device.c | 104 pa_bluetooth_discovery *discovery; 2156 static pa_hook_result_t device_connection_changed_cb(pa_bluetooth_discovery *y, const pa_bluetooth_… in device_connection_changed_cb() 2170 static pa_hook_result_t transport_state_changed_cb(pa_bluetooth_discovery *y, pa_bluetooth_transpor… in transport_state_changed_cb() 2183 static pa_hook_result_t transport_speaker_gain_changed_cb(pa_bluetooth_discovery *y, pa_bluetooth_t… in transport_speaker_gain_changed_cb() 2210 static pa_hook_result_t transport_microphone_gain_changed_cb(pa_bluetooth_discovery *y, pa_bluetoot… in transport_microphone_gain_changed_cb()
|