Home
last modified time | relevance | path

Searched refs:btif_av_stream_ready (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_av.cc68 struct btif_av_stream_ready btif_av_stream_ready; variable
108 bool btif_av_stream_ready::return_value = false;
234 bool btif_av_stream_ready(const A2dpType local_a2dp_type) { in btif_av_stream_ready() function
236 return test::mock::btif_av::btif_av_stream_ready(local_a2dp_type); in btif_av_stream_ready()
Dmock_btif_av.h392 struct btif_av_stream_ready { struct
398 extern struct btif_av_stream_ready btif_av_stream_ready; argument
/packages/modules/Bluetooth/system/btif/include/
Dbtif_av.h167 bool btif_av_stream_ready(const A2dpType local_a2dp_type);
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding_host.cc155 if (btif_av_stream_ready(A2dpType::kSource)) { in StartRequest()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc359 if (!btif_av_stream_ready(A2dpType::kSource)) { in StartStream()
Dbtif_av.cc3727 bool btif_av_stream_ready(const A2dpType local_a2dp_type) { in btif_av_stream_ready() function