Home
last modified time | relevance | path

Searched refs:IsDeviceInTheGroup (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc185 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()
Dcsis_types.h364 bool IsDeviceInTheGroup(std::shared_ptr<CsisDevice>& csis_device) { in IsDeviceInTheGroup() function
Dcsis_client_test.cc1008 g_1->IsDeviceInTheGroup(d_1); in TEST_F()
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.h185 bool IsDeviceInTheGroup(LeAudioDevice* leAudioDevice) const;
Dstate_machine_test.cc460 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()
Ddevice_groups.cc317 bool LeAudioDeviceGroup::IsDeviceInTheGroup( in IsDeviceInTheGroup() function in bluetooth::le_audio::LeAudioDeviceGroup
Dclient.cc685 if (new_group->IsDeviceInTheGroup(leAudioDevice)) return; in group_add_node()