Searched refs:GetByAddress (Results 1 – 4 of 4) sorted by relevance
270 std::shared_ptr<LeAudioDevice> GetByAddress(const RawAddress& address) const;
178 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()
1308 std::shared_ptr<LeAudioDevice> LeAudioDevices::GetByAddress(const RawAddress& address) const { in GetByAddress() function in bluetooth::le_audio::LeAudioDevices
985 new_group->AddNode(leAudioDevices_.GetByAddress(address)); in group_add_node()1028 group->RemoveNode(leAudioDevices_.GetByAddress(address)); in group_remove_node()