Searched refs:headset_backend (Results 1 - 3 of 3) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluez5-discover.c | 123 int headset_backend; in pa__init() local 140 headset_backend = HEADSET_BACKEND_OFONO; in pa__init() 142 headset_backend = HEADSET_BACKEND_NATIVE; in pa__init() 144 headset_backend = HEADSET_BACKEND_AUTO; in pa__init() 151 enable_native_hfp_hf = (headset_backend == HEADSET_BACKEND_NATIVE); in pa__init() 192 if (!(u->discovery = pa_bluetooth_discovery_get(u->core, headset_backend, enable_native_hsp_hs, enable_native_hfp_hf, enable_msbc))) in pa__init()
|
H A D | bluez5-util.c | 145 int headset_backend; member 2114 if (y->headset_backend != HEADSET_BACKEND_AUTO) in pa_bluetooth_discovery_set_ofono_running() 2176 if (!y->native_backend && y->headset_backend != HEADSET_BACKEND_OFONO) in get_managed_objects_reply() 2177 y->native_backend = pa_bluetooth_native_backend_new(y->core, y, (y->headset_backend == HEADSET_BACKEND_NATIVE)); in get_managed_objects_reply() 2178 if (!y->ofono_backend && y->headset_backend != HEADSET_BACKEND_NATIVE) in get_managed_objects_reply() 2871 pa_bluetooth_discovery* pa_bluetooth_discovery_get(pa_core *c, int headset_backend, bool enable_native_hsp_hs, bool enable_native_hfp_hf, bool enable_msbc) { in pa_bluetooth_discovery_get() argument 2883 y->headset_backend = headset_backend; in pa_bluetooth_discovery_get()
|
H A D | bluez5-util.h | 241 pa_bluetooth_discovery* pa_bluetooth_discovery_get(pa_core *core, int headset_backend, bool enable_native_hsp_hs, bool enable_native_hfp_hf, bool enable_msbc);
|
Completed in 7 milliseconds