• Home
  • Raw
  • Download

Lines Matching refs:a2dp

359   if (!bluetooth::audio::a2dp::init(&btif_a2dp_source_thread)) {  in btif_a2dp_source_startup_delayed()
398 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_start_session_delayed()
399 bluetooth::audio::a2dp::start_session(); in btif_a2dp_source_start_session_delayed()
466 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_end_session_delayed()
467 bluetooth::audio::a2dp::end_session(); in btif_a2dp_source_end_session_delayed()
502 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_shutdown_delayed()
503 bluetooth::audio::a2dp::cleanup(); in btif_a2dp_source_shutdown_delayed()
598 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_setup_codec_delayed()
599 bluetooth::audio::a2dp::setup_codec(); in btif_a2dp_source_setup_codec_delayed()
683 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_on_stopped()
684 bluetooth::audio::a2dp::ack_stream_suspended(A2DP_CTRL_ACK_FAILURE); in btif_a2dp_source_on_stopped()
693 bluetooth::audio::a2dp::ack_stream_suspended(A2DP_CTRL_ACK_SUCCESS); in btif_a2dp_source_on_stopped()
717 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_on_suspended()
718 bluetooth::audio::a2dp::ack_stream_suspended(A2DP_CTRL_ACK_FAILURE); in btif_a2dp_source_on_suspended()
725 bluetooth::audio::a2dp::ack_stream_suspended(A2DP_CTRL_ACK_SUCCESS); in btif_a2dp_source_on_suspended()
803 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_audio_tx_stop_event()
805 bluetooth::audio::a2dp::read(p_buf, sizeof(p_buf))); in btif_a2dp_source_audio_tx_stop_event()
815 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_audio_tx_stop_event()
816 bluetooth::audio::a2dp::ack_stream_suspended(A2DP_CTRL_ACK_SUCCESS); in btif_a2dp_source_audio_tx_stop_event()
877 if (bluetooth::audio::a2dp::is_hal_2_0_enabled()) { in btif_a2dp_source_read_callback()
878 bytes_read = bluetooth::audio::a2dp::read(p_buf, len); in btif_a2dp_source_read_callback()
1009 if (!bluetooth::audio::a2dp::is_hal_2_0_enabled() && a2dp_uipc != nullptr) { in btif_a2dp_source_audio_tx_flush_event()