Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_av.h75 bool btif_av_stream_started_ready(void);
/system/bt/btif/src/
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()
Dbtif_a2dp.cc166 if (ack != BTA_AV_SUCCESS && btif_av_stream_started_ready()) { in btif_a2dp_on_offload_started()
Dbtif_a2dp_audio_interface.cc441 if (btif_av_stream_started_ready()) { in btif_a2dp_audio_process_request()
484 if (btif_av_stream_started_ready()) { in btif_a2dp_audio_process_request()
Dbtif_av.cc2096 (peer_.IsActivePeer() || !btif_av_stream_started_ready())) { in ProcessEvent()
2137 if (peer_.IsActivePeer() || !btif_av_stream_started_ready()) { in ProcessEvent()
2181 if (peer_.IsActivePeer() || !btif_av_stream_started_ready()) { in ProcessEvent()
3099 bool btif_av_stream_started_ready(void) { in btif_av_stream_started_ready() function
Dbtif_rc.cc825 (!btif_av_stream_started_ready())) { in handle_rc_passthrough_cmd()
/system/bt/audio_hal_interface/
Da2dp_encoding.cc77 if (btif_av_stream_started_ready()) { in StartRequest()
110 if (btif_av_stream_started_ready()) { in SuspendRequest()
126 !btif_av_stream_started_ready()) { in StopRequest()
/system/bt/btif/test/
Dbtif_rc_test.cc82 bool btif_av_stream_started_ready(void) { return false; } in btif_av_stream_started_ready() function