• Home
  • Raw
  • Download

Lines Matching refs:a2dp

363   if (!bluetooth::audio::a2dp::init(&btif_a2dp_source_thread)) {  in btif_a2dp_source_startup_delayed()
403 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_start_session_delayed()
404 bluetooth::audio::a2dp::start_session(); in btif_a2dp_source_start_session_delayed()
405 bluetooth::audio::a2dp::set_remote_delay(btif_av_get_audio_delay()); in btif_a2dp_source_start_session_delayed()
471 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_end_session_delayed()
472 bluetooth::audio::a2dp::end_session(); in btif_a2dp_source_end_session_delayed()
506 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_shutdown_delayed()
507 bluetooth::audio::a2dp::cleanup(); in btif_a2dp_source_shutdown_delayed()
599 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_setup_codec_delayed()
600 bluetooth::audio::a2dp::setup_codec(); in btif_a2dp_source_setup_codec_delayed()
710 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_on_stopped()
711 bluetooth::audio::a2dp::ack_stream_suspended(A2DP_CTRL_ACK_FAILURE); in btif_a2dp_source_on_stopped()
717 bluetooth::audio::a2dp::ack_stream_suspended(A2DP_CTRL_ACK_SUCCESS); in btif_a2dp_source_on_stopped()
745 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_on_suspended()
746 bluetooth::audio::a2dp::ack_stream_suspended(A2DP_CTRL_ACK_FAILURE); in btif_a2dp_source_on_suspended()
752 bluetooth::audio::a2dp::ack_stream_suspended(A2DP_CTRL_ACK_SUCCESS); in btif_a2dp_source_on_suspended()
834 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_audio_tx_stop_event()
836 bluetooth::audio::a2dp::read(p_buf, sizeof(p_buf))); in btif_a2dp_source_audio_tx_stop_event()
846 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_audio_tx_stop_event()
847 bluetooth::audio::a2dp::ack_stream_suspended(A2DP_CTRL_ACK_SUCCESS); in btif_a2dp_source_audio_tx_stop_event()
907 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_read_callback()
908 bytes_read = bluetooth::audio::a2dp::read(p_buf, len); in btif_a2dp_source_read_callback()
1030 if (!bluetooth::audio::a2dp::is_hal_2_0_enabled() && a2dp_uipc != nullptr) { in btif_a2dp_source_audio_tx_flush_event()