HomeSort by relevance Sort by last modified time
    Searched refs:btif_av_stream_started_ready (Results 1 - 6 of 6) sorted by null

  /system/bt/btif/include/
btif_av.h 75 bool btif_av_stream_started_ready(void);
  /system/bt/btif/src/
btif_a2dp_control.cc 99 if (btif_av_stream_ready() || btif_av_stream_started_ready()) {
144 if (btif_av_stream_started_ready()) {
172 if (btif_av_stream_started_ready()) {
btif_a2dp.cc 156 if (ack != BTA_AV_SUCCESS && btif_av_stream_started_ready()) {
btif_a2dp_audio_interface.cc 300 if (btif_av_stream_started_ready()) {
343 if (btif_av_stream_started_ready()) {
btif_av.cc 2801 bool btif_av_stream_started_ready(void) { function
    [all...]
btif_rc.cc 766 (!btif_av_stream_started_ready())) {
    [all...]

Completed in 146 milliseconds