Home
last modified time | relevance | path

Searched refs:pa_bluetooth_discovery (Results 1 - 6 of 6) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.h63 typedef struct pa_bluetooth_discovery pa_bluetooth_discovery; typedef
138 pa_bluetooth_discovery *discovery;
171 pa_bluetooth_discovery *discovery;
182 pa_bluetooth_backend *pa_bluetooth_ofono_backend_new(pa_core *c, pa_bluetooth_discovery *y);
185 static inline pa_bluetooth_backend *pa_bluetooth_ofono_backend_new(pa_core *c, pa_bluetooth_discovery *y) { in pa_bluetooth_ofono_backend_new()
192 pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_discovery *y, bool enable_shared_profiles);
196 static inline pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_discovery *y, bool enable_shared_profiles) { in pa_bluetooth_native_backend_new()
203 pa_bluetooth_profile_status_t profile_status_get(pa_bluetooth_discovery *y, pa_bluetooth_profile_t profile);
204 void profile_status_set(pa_bluetooth_discovery *
[all...]
H A Dbluez5-util.c131 struct pa_bluetooth_discovery { struct
153 static pa_dbus_pending* send_and_add_to_pending(pa_bluetooth_discovery *y, DBusMessage *m, in send_and_add_to_pending()
195 pa_bluetooth_profile_status_t profile_status_get(pa_bluetooth_discovery *y, pa_bluetooth_profile_t profile) { in profile_status_get()
199 void profile_status_set(pa_bluetooth_discovery *y, pa_bluetooth_profile_t profile, pa_bluetooth_profile_status_t status) { in profile_status_set()
403 pa_bluetooth_discovery *y; in pa_bluetooth_device_switch_codec_reply()
787 pa_bluetooth_discovery *y; in get_volume_reply()
1132 static void remote_endpoint_remove(pa_bluetooth_discovery *y, const char *path) { in remote_endpoint_remove()
1149 static pa_bluetooth_device* device_create(pa_bluetooth_discovery *y, const char *path) { in device_create()
1168 pa_bluetooth_device* pa_bluetooth_discovery_get_device_by_path(pa_bluetooth_discovery *y, const char *path) { in pa_bluetooth_discovery_get_device_by_path()
1181 bool pa_bluetooth_discovery_get_enable_native_hsp_hs(pa_bluetooth_discovery *
[all...]
H A Dmodule-bluez5-discover.c63 pa_bluetooth_discovery *discovery;
69 static pa_hook_result_t device_connection_changed_cb(pa_bluetooth_discovery *y, const pa_bluetooth_device *d, struct userdata *u) { in device_connection_changed_cb()
H A Dbackend-ofono.c78 pa_bluetooth_discovery *discovery;
249 static pa_hook_result_t device_unlink_cb(pa_bluetooth_discovery *y, const pa_bluetooth_device *d, struct hf_audio_card *card) { in device_unlink_cb()
766 pa_bluetooth_backend *pa_bluetooth_ofono_backend_new(pa_core *c, pa_bluetooth_discovery *y) { in pa_bluetooth_ofono_backend_new()
H A Dmodule-bluez5-device.c119 pa_bluetooth_discovery *discovery;
2371 static pa_hook_result_t device_connection_changed_cb(pa_bluetooth_discovery *y, const pa_bluetooth_device *d, struct userdata *u) { in device_connection_changed_cb()
2384 static pa_hook_result_t device_battery_level_changed_cb(pa_bluetooth_discovery *y, const pa_bluetooth_device *d, struct userdata *u) { in device_battery_level_changed_cb()
2404 static pa_hook_result_t transport_state_changed_cb(pa_bluetooth_discovery *y, pa_bluetooth_transport *t, struct userdata *u) { in transport_state_changed_cb()
2417 static pa_hook_result_t transport_sink_volume_changed_cb(pa_bluetooth_discovery *y, pa_bluetooth_transport *t, struct userdata *u) { in transport_sink_volume_changed_cb()
2445 static pa_hook_result_t transport_source_volume_changed_cb(pa_bluetooth_discovery *y, pa_bluetooth_transport *t, struct userdata *u) { in transport_source_volume_changed_cb()
H A Dbackend-native.c45 pa_bluetooth_discovery *discovery;
1092 static pa_hook_result_t adapter_uuids_changed_cb(pa_bluetooth_discovery *y, const pa_bluetooth_adapter *a, pa_bluetooth_backend *b) { in adapter_uuids_changed_cb()
1188 pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_discovery *y, bool enable_shared_profiles) { in pa_bluetooth_native_backend_new()

Completed in 13 milliseconds