Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_a2dp_control.cc101 if (btif_av_stream_ready() || btif_av_stream_started_ready()) { in btif_a2dp_recv_ctrl_data()
146 if (btif_av_stream_started_ready()) { in btif_a2dp_recv_ctrl_data()
174 if (btif_av_stream_started_ready()) { in btif_a2dp_recv_ctrl_data()
H A Dbtif_a2dp.cc167 if (ack != BTA_AV_SUCCESS && btif_av_stream_started_ready()) { in btif_a2dp_on_offload_started()
H A Dbtif_a2dp_audio_interface.cc436 if (btif_av_stream_started_ready()) { in btif_a2dp_audio_process_request()
479 if (btif_av_stream_started_ready()) { in btif_a2dp_audio_process_request()
H A Dbtif_av.cc2103 (peer_.IsActivePeer() || !btif_av_stream_started_ready())) { in ProcessEvent()
2144 if (peer_.IsActivePeer() || !btif_av_stream_started_ready()) { in ProcessEvent()
2188 if (peer_.IsActivePeer() || !btif_av_stream_started_ready()) { in ProcessEvent()
3141 bool btif_av_stream_started_ready(void) { in btif_av_stream_started_ready() function
H A Dbtif_rc.cc824 (!btif_av_stream_started_ready())) { in handle_rc_passthrough_cmd()
/aosp12/system/bt/audio_hal_interface/
H A Da2dp_encoding.cc81 if (btif_av_stream_started_ready()) { in StartRequest()
114 if (btif_av_stream_started_ready()) { in SuspendRequest()
130 !btif_av_stream_started_ready()) { in StopRequest()
/aosp12/system/bt/btif/include/
H A Dbtif_av.h80 bool btif_av_stream_started_ready(void);
/aosp12/system/bt/btif/test/
H A Dbtif_rc_test.cc82 bool btif_av_stream_started_ready(void) { return false; } in btif_av_stream_started_ready() function