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.cc205 if (!csis_group->IsDeviceInTheGroup(device)) { in AssignCsisGroup()
250 if (!csis_group->IsDeviceInTheGroup(device)) { in OnGroupAddFromStorageCb()
701 if (!csis_group->IsDeviceInTheGroup(device)) { in AddFromStorage()
753 if (!g->IsDeviceInTheGroup(device)) { in Dump()
889 if (!csis_group->IsDeviceInTheGroup(device)) { in NotifyCsisDeviceValidAndStoreIfNeeded()
1443 if (device && csis_group->IsDeviceInTheGroup(device)) { in CheckForGroupInInqDb()
Dcsis_types.h353 bool IsDeviceInTheGroup(std::shared_ptr<CsisDevice>& csis_device) { in IsDeviceInTheGroup() function
Dcsis_client_test.cc924 g_1->IsDeviceInTheGroup(d_1); in TEST_F()
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.h180 bool IsDeviceInTheGroup(LeAudioDevice* leAudioDevice) const;
Dstate_machine_test.cc438 if (group->IsDeviceInTheGroup(dev_it->get())) { in ConfigureIsoManagerMock()
469 if (group->IsDeviceInTheGroup(dev_it->get())) { in ConfigureIsoManagerMock()
501 if (group->IsDeviceInTheGroup(dev_it->get())) { in ConfigureIsoManagerMock()
576 if (group->IsDeviceInTheGroup(dev_it->get())) { in ConfigureIsoManagerMock()
3466 if (group->IsDeviceInTheGroup(dev_it->get())) { in TEST_F()
Ddevice_groups.cc343 bool LeAudioDeviceGroup::IsDeviceInTheGroup(LeAudioDevice* leAudioDevice) const { in IsDeviceInTheGroup() function in bluetooth::le_audio::LeAudioDeviceGroup
Dclient.cc970 if (new_group->IsDeviceInTheGroup(leAudioDevice)) { in group_add_node()