Home
last modified time | relevance | path

Searched refs:is_hal_enabled (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp.cc85 if (bluetooth::audio::a2dp::is_hal_enabled()) { in btif_a2dp_on_started()
104 } else if (bluetooth::audio::a2dp::is_hal_enabled()) { in btif_a2dp_on_started()
123 if (bluetooth::audio::a2dp::is_hal_enabled()) { in btif_a2dp_on_started()
143 if (bluetooth::audio::a2dp::is_hal_enabled() || in btif_a2dp_on_stopped()
149 if (bluetooth::audio::a2dp::is_hal_enabled() || in btif_a2dp_on_stopped()
166 if (bluetooth::audio::a2dp::is_hal_enabled() || in btif_a2dp_on_suspended()
172 if (bluetooth::audio::a2dp::is_hal_enabled() || in btif_a2dp_on_suspended()
208 if (bluetooth::audio::a2dp::is_hal_enabled()) { in btif_a2dp_on_offload_started()
Dbtif_a2dp_source.cc417 if (bluetooth::audio::a2dp::is_hal_enabled()) { in btif_a2dp_source_start_session_delayed()
478 if (bluetooth::audio::a2dp::is_hal_enabled()) { in btif_a2dp_source_end_session_delayed()
512 if (bluetooth::audio::a2dp::is_hal_enabled()) { in btif_a2dp_source_shutdown_delayed()
611 if (bluetooth::audio::a2dp::is_hal_enabled()) { in btif_a2dp_source_setup_codec_delayed()
735 if (bluetooth::audio::a2dp::is_hal_enabled()) { in btif_a2dp_source_on_stopped()
772 if (bluetooth::audio::a2dp::is_hal_enabled()) { in btif_a2dp_source_on_suspended()
857 if (bluetooth::audio::a2dp::is_hal_enabled()) { in btif_a2dp_source_audio_tx_stop_event()
869 if (bluetooth::audio::a2dp::is_hal_enabled()) { in btif_a2dp_source_audio_tx_stop_event()
933 if (bluetooth::audio::a2dp::is_hal_enabled()) { in btif_a2dp_source_read_callback()
1065 if (!bluetooth::audio::a2dp::is_hal_enabled() && a2dp_uipc != nullptr) { in btif_a2dp_source_audio_tx_flush_event()
Dbtif_av.cc4249 if (!bluetooth::audio::a2dp::is_hal_enabled()) { in btif_av_is_a2dp_offload_running()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhearing_aid_software_encoding_aidl.cc188 bool is_hal_enabled() { return hearing_aid_hal_clientinterface != nullptr; } in is_hal_enabled() function
228 if (!is_hal_enabled()) return; in cleanup()
239 if (!is_hal_enabled()) return; in start_session()
256 if (!is_hal_enabled()) return; in end_session()
261 if (!is_hal_enabled()) return 0; in read()
267 if (!is_hal_enabled()) { in set_remote_delay()
Da2dp_encoding_aidl.cc406 bool is_hal_enabled() { return active_hal_interface != nullptr; } in is_hal_enabled() function
410 if (!is_hal_enabled()) { in is_hal_offloading()
496 if (!is_hal_enabled()) return; in cleanup()
520 if (!is_hal_enabled()) { in setup_codec()
610 if (!is_hal_enabled()) { in start_session()
623 if (!is_hal_enabled()) { in end_session()
672 if (!is_hal_enabled()) { in read()
687 if (!is_hal_enabled()) { in set_remote_delay()
701 if (!is_hal_enabled()) { in set_low_latency_mode_allowed()
Dhearing_aid_software_encoding_aidl.h31 bool is_hal_enabled();
Da2dp_encoding_aidl.h45 bool is_hal_enabled();
/packages/modules/Bluetooth/system/test/mock/
Dmock_audio_hal_interface_a2dp_encoding.cc48 struct is_hal_enabled is_hal_enabled; variable
77 bool is_hal_enabled::return_value = false;
137 bool is_hal_enabled() { in is_hal_enabled() function
139 return test::mock::audio_hal_interface_a2dp_encoding::is_hal_enabled(); in is_hal_enabled()
Dmock_audio_hal_interface_a2dp_encoding.h162 struct is_hal_enabled { struct
167 extern struct is_hal_enabled is_hal_enabled; argument
/packages/modules/Bluetooth/system/audio_hal_interface/
Dhearing_aid_software_encoding.cc28 bool is_hal_enabled() { in is_hal_enabled() function
33 return aidl::hearing_aid::is_hal_enabled(); in is_hal_enabled()
Da2dp_encoding.cc42 bool is_hal_enabled() { in is_hal_enabled() function
47 return aidl::a2dp::is_hal_enabled(); in is_hal_enabled()
Dhearing_aid_software_encoding_host.cc23 bool is_hal_enabled() { return false; } in is_hal_enabled() function
Dhearing_aid_software_encoding.h33 bool is_hal_enabled();
Da2dp_encoding.h37 bool is_hal_enabled();
Dhfp_client_interface.cc100 bool is_hal_enabled() { in is_hal_enabled() function
114 if (!is_hal_enabled()) { in Get()
Da2dp_encoding_host.cc219 bool is_hal_enabled() { return true; } in is_hal_enabled() function
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid_audio_source.cc108 if (bluetooth::audio::hearing_aid::is_hal_enabled()) { in send_audio_data()
404 if (bluetooth::audio::hearing_aid::is_hal_enabled()) { in Start()
415 if (bluetooth::audio::hearing_aid::is_hal_enabled()) { in Stop()
435 if (bluetooth::audio::hearing_aid::is_hal_enabled()) { in CleanUp()