Searched refs:GetHandlesForStorage (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_leaudio.cc | 56 bool LeAudioClient::GetHandlesForStorage(const RawAddress& /* addr */, in GetHandlesForStorage() function in LeAudioClient
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | client_linux.cc | 65 bool LeAudioClient::GetHandlesForStorage(const RawAddress& addr, in GetHandlesForStorage() function in LeAudioClient
|
D | client.cc | 1584 bool GetHandlesForStorage(const RawAddress& addr, std::vector<uint8_t>& out) { in GetHandlesForStorage() function in __anonf21162180111::LeAudioClientImpl 6270 bool LeAudioClient::GetHandlesForStorage(const RawAddress& addr, in GetHandlesForStorage() function in LeAudioClient 6277 return instance->GetHandlesForStorage(addr, out); in GetHandlesForStorage()
|
D | le_audio_client_test.cc | 3735 LeAudioClient::GetHandlesForStorage(test_address0, handles); in TEST_F() 4013 LeAudioClient::GetHandlesForStorage(test_address0, handles); in TEST_F() 4166 LeAudioClient::GetHandlesForStorage(test_address0, handles); in TEST_F() 4305 LeAudioClient::GetHandlesForStorage(test_address0, handles); in TEST_F()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_le_audio_api.h | 94 static bool GetHandlesForStorage(const RawAddress& addr,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_profile_storage.cc | 684 if (LeAudioClient::GetHandlesForStorage(addr, handles)) { in btif_storage_leaudio_update_handles_bin()
|