Home
last modified time | relevance | path

Searched refs:is_hal_2_0_enabled (Results 1 – 8 of 8) sorted by relevance

/system/bt/btif/src/
Dbtif_a2dp.cc60 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_on_started()
81 } else if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_on_started()
99 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_on_started()
119 if (bluetooth::audio::a2dp::is_hal_2_0_enabled() || in btif_a2dp_on_stopped()
135 if (bluetooth::audio::a2dp::is_hal_2_0_enabled() || in btif_a2dp_on_suspended()
175 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_on_offload_started()
Dbtif_a2dp_source.cc398 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_start_session_delayed()
466 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_end_session_delayed()
501 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_shutdown_delayed()
594 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_setup_codec_delayed()
705 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_on_stopped()
740 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_on_suspended()
829 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_audio_tx_stop_event()
841 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_audio_tx_stop_event()
902 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_read_callback()
1031 if (!bluetooth::audio::a2dp::is_hal_2_0_enabled() && a2dp_uipc != nullptr) { in btif_a2dp_source_audio_tx_flush_event()
Dbtif_av.cc3422 if (!bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_av_is_a2dp_offload_running()
/system/bt/audio_hal_interface/
Dhearing_aid_software_encoding.cc168 bool is_hal_2_0_enabled() { return hearing_aid_hal_clientinterface != nullptr; } in is_hal_2_0_enabled() function
203 if (!is_hal_2_0_enabled()) return; in cleanup()
214 if (!is_hal_2_0_enabled()) return; in start_session()
231 if (!is_hal_2_0_enabled()) return; in end_session()
236 if (!is_hal_2_0_enabled()) return 0; in read()
242 if (!is_hal_2_0_enabled()) { in set_remote_delay()
Da2dp_encoding.cc325 bool is_hal_2_0_enabled() { return active_hal_interface != nullptr; } in is_hal_2_0_enabled() function
329 if (!is_hal_2_0_enabled()) { in is_hal_2_0_offloading()
393 if (!is_hal_2_0_enabled()) return; in cleanup()
417 if (!is_hal_2_0_enabled()) { in setup_codec()
454 if (!is_hal_2_0_enabled()) { in start_session()
462 if (!is_hal_2_0_enabled()) { in end_session()
511 if (!is_hal_2_0_enabled()) { in read()
526 if (!is_hal_2_0_enabled()) { in set_remote_delay()
Dhearing_aid_software_encoding.h32 bool is_hal_2_0_enabled();
Da2dp_encoding.h32 bool is_hal_2_0_enabled();
/system/bt/bta/hearing_aid/
Dhearing_aid_audio_source.cc71 if (bluetooth::audio::hearing_aid::is_hal_2_0_enabled()) { in send_audio_data()
372 if (bluetooth::audio::hearing_aid::is_hal_2_0_enabled()) { in Start()
383 if (bluetooth::audio::hearing_aid::is_hal_2_0_enabled()) { in Stop()
403 if (bluetooth::audio::hearing_aid::is_hal_2_0_enabled()) { in CleanUp()