Home
last modified time | relevance | path

Searched refs:GetByAddress (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.h270 std::shared_ptr<LeAudioDevice> GetByAddress(const RawAddress& address) const;
Ddevices_test.cc178 std::shared_ptr<LeAudioDevice> device = devices_->GetByAddress(test_address_1); in TEST_F()
188 std::shared_ptr<LeAudioDevice> device = devices_->GetByAddress(GetTestAddress(1)); in TEST_F()
212 std::shared_ptr<LeAudioDevice> device = devices_->GetByAddress(test_address_0); in TEST_F()
224 std::shared_ptr<LeAudioDevice> device = devices_->GetByAddress(test_address_0); in TEST_F()
Ddevices.cc1308 std::shared_ptr<LeAudioDevice> LeAudioDevices::GetByAddress(const RawAddress& address) const { in GetByAddress() function in bluetooth::le_audio::LeAudioDevices
Dclient.cc985 new_group->AddNode(leAudioDevices_.GetByAddress(address)); in group_add_node()
1028 group->RemoveNode(leAudioDevices_.GetByAddress(address)); in group_remove_node()