Searched refs:IsDeviceInTheGroup (Results 1 – 7 of 7) sorted by relevance
185 if (!csis_group->IsDeviceInTheGroup(device)) csis_group->AddDevice(device); in AssignCsisGroup()226 if (!csis_group->IsDeviceInTheGroup(device)) { in OnGroupAddFromStorageCb()688 if (!csis_group->IsDeviceInTheGroup(device)) continue; in AddFromStorage()740 if (!g->IsDeviceInTheGroup(device)) { in Dump()879 if (!csis_group->IsDeviceInTheGroup(device)) continue; in NotifyCsisDeviceValidAndStoreIfNeeded()1459 if (device && csis_group->IsDeviceInTheGroup(device)) { in CheckForGroupInInqDb()
364 bool IsDeviceInTheGroup(std::shared_ptr<CsisDevice>& csis_device) { in IsDeviceInTheGroup() function
1008 g_1->IsDeviceInTheGroup(d_1); in TEST_F()
185 bool IsDeviceInTheGroup(LeAudioDevice* leAudioDevice) const;
460 if (group->IsDeviceInTheGroup(dev_it->get())) { in ConfigureIsoManagerMock()485 if (group->IsDeviceInTheGroup(dev_it->get())) { in ConfigureIsoManagerMock()517 if (group->IsDeviceInTheGroup(dev_it->get())) { in ConfigureIsoManagerMock()586 if (group->IsDeviceInTheGroup(dev_it->get())) { in ConfigureIsoManagerMock()3298 if (group->IsDeviceInTheGroup(dev_it->get())) { in TEST_F()
317 bool LeAudioDeviceGroup::IsDeviceInTheGroup( in IsDeviceInTheGroup() function in bluetooth::le_audio::LeAudioDeviceGroup
685 if (new_group->IsDeviceInTheGroup(leAudioDevice)) return; in group_add_node()