Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_leaudio.cc90 bool LeAudioClient::IsLeAudioClientInStreaming(void) { in IsLeAudioClientInStreaming() function in LeAudioClient
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_linux.cc82 bool LeAudioClient::IsLeAudioClientInStreaming() { return false; } in IsLeAudioClientInStreaming() function in LeAudioClient
Dclient.cc6312 bool LeAudioClient::IsLeAudioClientInStreaming(void) { in IsLeAudioClientInStreaming() function in LeAudioClient
/packages/modules/Bluetooth/system/bta/test/
Dbta_ag_sco_test.cc33 bool LeAudioClient::IsLeAudioClientInStreaming() { return false; } in IsLeAudioClientInStreaming() function in LeAudioClient
/packages/modules/Bluetooth/system/bta/include/
Dbta_le_audio_api.h103 static bool IsLeAudioClientInStreaming();
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc1492 bool is_le_audio_active = LeAudioClient::IsLeAudioClientInStreaming(); in bta_dm_obtain_system_context()