Home
last modified time | relevance | path

Searched refs:pa_bluetooth_backend (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
Dbluez5-util.h46 typedef struct pa_bluetooth_backend pa_bluetooth_backend; typedef
135 pa_bluetooth_backend *pa_bluetooth_ofono_backend_new(pa_core *c, pa_bluetooth_discovery *y);
136 void pa_bluetooth_ofono_backend_free(pa_bluetooth_backend *b);
138 static inline pa_bluetooth_backend *pa_bluetooth_ofono_backend_new(pa_core *c, pa_bluetooth_discove… in pa_bluetooth_ofono_backend_new()
141 static inline void pa_bluetooth_ofono_backend_free(pa_bluetooth_backend *b) {} in pa_bluetooth_ofono_backend_free()
145 pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_discovery *y, bool e…
146 void pa_bluetooth_native_backend_free(pa_bluetooth_backend *b);
147 void pa_bluetooth_native_backend_enable_hs_role(pa_bluetooth_backend *b, bool enable_hs_role);
149 static inline pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_discov… in pa_bluetooth_native_backend_new()
152 static inline void pa_bluetooth_native_backend_free(pa_bluetooth_backend *b) {} in pa_bluetooth_native_backend_free()
[all …]
Dbackend-ofono.c63 pa_bluetooth_backend *backend;
76 struct pa_bluetooth_backend { struct
86 static pa_dbus_pending* hf_dbus_send_and_add_to_pending(pa_bluetooth_backend *backend, DBusMessage … in hf_dbus_send_and_add_to_pending() argument
185 static void hf_audio_agent_card_removed(pa_bluetooth_backend *backend, const char *path);
196 static struct hf_audio_card *hf_audio_card_new(pa_bluetooth_backend *backend, const char *path) { in hf_audio_card_new()
301 static void hf_audio_agent_card_found(pa_bluetooth_backend *backend, const char *path, DBusMessageI… in hf_audio_agent_card_found()
368 static void hf_audio_agent_card_removed(pa_bluetooth_backend *backend, const char *path) { in hf_audio_agent_card_removed()
386 pa_bluetooth_backend *backend; in hf_audio_agent_get_cards_reply()
426 static void hf_audio_agent_get_cards(pa_bluetooth_backend *hf) { in hf_audio_agent_get_cards()
435 static void ofono_bus_id_destroy(pa_bluetooth_backend *backend) { in ofono_bus_id_destroy()
[all …]
Dbackend-native.c39 struct pa_bluetooth_backend { struct
93 static pa_dbus_pending* send_and_add_to_pending(pa_bluetooth_backend *backend, DBusMessage *m, in send_and_add_to_pending()
295 pa_bluetooth_backend *b; in register_profile_reply()
324 static void register_profile(pa_bluetooth_backend *b, const char *profile, const char *uuid) { in register_profile()
494 pa_bluetooth_backend *b = userdata; in profile_new_connection()
580 pa_bluetooth_backend *b = userdata; in profile_handler()
619 static void profile_init(pa_bluetooth_backend *b, pa_bluetooth_profile_t profile) { in profile_init()
646 static void profile_done(pa_bluetooth_backend *b, pa_bluetooth_profile_t profile) { in profile_done()
662 void pa_bluetooth_native_backend_enable_hs_role(pa_bluetooth_backend *native_backend, bool enable_h… in pa_bluetooth_native_backend_enable_hs_role()
675 pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_discovery *y, bool e… in pa_bluetooth_native_backend_new()
[all …]
Dbluez5-util.c95 pa_bluetooth_backend *ofono_backend, *native_backend;