Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/common/
Dmetric_id_allocator_unittest.cc175 allocator.ForgetDevice(RawAddress({0, 0, 0, 0, 0, 1})); in TEST()
177 allocator.ForgetDevice(RawAddress({0, 0, 0, 0, 0, 2})); in TEST()
273 allocator.ForgetDevice(kthAddress(key + 200)); in TEST()
275 allocator.ForgetDevice(kthAddress(key + 2)); in TEST()
301 allocator.ForgetDevice(kthAddress(key)); in TEST()
307 allocator.ForgetDevice(kthAddress(k)); in TEST()
414 allocator.ForgetDevice(fake_mac_address); in TEST()
Dmetric_id_allocator.h102 void ForgetDevice(const RawAddress& mac_address);
Dmetric_id_allocator.cc181 void MetricIdAllocator::ForgetDevice(const RawAddress& mac_address) { in ForgetDevice() function in bluetooth::common::MetricIdAllocator
/packages/modules/Bluetooth/system/gd/common/
Dmetric_id_manager_unittest.cc191 manager.ForgetDevice(bluetooth::hci::Address({0, 0, 0, 0, 0, 1})); in TEST()
193 manager.ForgetDevice(bluetooth::hci::Address({0, 0, 0, 0, 0, 2})); in TEST()
295 manager.ForgetDevice(kthAddress(key + 200)); in TEST()
297 manager.ForgetDevice(kthAddress(key + 2)); in TEST()
324 manager.ForgetDevice(kthAddress(key)); in TEST()
330 manager.ForgetDevice(kthAddress(k)); in TEST()
437 manager.ForgetDevice(fake_mac_address); in TEST()
Dmetric_id_manager.h103 void ForgetDevice(const hci::Address& mac_address);
Dmetric_id_manager.cc187 void MetricIdManager::ForgetDevice(const Address& mac_address) { in ForgetDevice() function in bluetooth::common::MetricIdManager
/packages/modules/Bluetooth/system/main/shim/
Dmetric_id_api.cc69 return MetricIdManager::GetInstance().ForgetDevice(address); in ForgetDeviceFromMetricIdAllocator()