Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_leaudio.cc62 bool LeAudioClient::GetSinkPacsForStorage(const RawAddress& /* addr */, in GetSinkPacsForStorage() function in LeAudioClient
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_linux.cc69 bool LeAudioClient::GetSinkPacsForStorage(const RawAddress& addr, in GetSinkPacsForStorage() function in LeAudioClient
Dclient.cc1589 bool GetSinkPacsForStorage(const RawAddress& addr, in GetSinkPacsForStorage() function in __anonf21162180111::LeAudioClientImpl
6280 bool LeAudioClient::GetSinkPacsForStorage(const RawAddress& addr, in GetSinkPacsForStorage() function in LeAudioClient
6287 return instance->GetSinkPacsForStorage(addr, out); in GetSinkPacsForStorage()
Dle_audio_client_test.cc3744 LeAudioClient::GetSinkPacsForStorage(test_address0, snk_pacs); in TEST_F()
4022 LeAudioClient::GetSinkPacsForStorage(test_address0, snk_pacs); in TEST_F()
4175 LeAudioClient::GetSinkPacsForStorage(test_address0, snk_pacs); in TEST_F()
4314 LeAudioClient::GetSinkPacsForStorage(test_address0, snk_pacs); in TEST_F()
/packages/modules/Bluetooth/system/bta/include/
Dbta_le_audio_api.h96 static bool GetSinkPacsForStorage(const RawAddress& addr,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc699 if (LeAudioClient::GetSinkPacsForStorage(addr, sink_pacs)) { in btif_storage_leaudio_update_pacs_bin()