Searched refs:ForgetDevice (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/common/ |
D | metric_id_allocator_unittest.cc | 175 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()
|
D | metric_id_allocator.h | 102 void ForgetDevice(const RawAddress& mac_address);
|
D | metric_id_allocator.cc | 181 void MetricIdAllocator::ForgetDevice(const RawAddress& mac_address) { in ForgetDevice() function in bluetooth::common::MetricIdAllocator
|
/packages/modules/Bluetooth/system/gd/common/ |
D | metric_id_manager_unittest.cc | 191 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()
|
D | metric_id_manager.h | 103 void ForgetDevice(const hci::Address& mac_address);
|
D | metric_id_manager.cc | 187 void MetricIdManager::ForgetDevice(const Address& mac_address) { in ForgetDevice() function in bluetooth::common::MetricIdManager
|
/packages/modules/Bluetooth/system/main/shim/ |
D | metric_id_api.cc | 69 return MetricIdManager::GetInstance().ForgetDevice(address); in ForgetDeviceFromMetricIdAllocator()
|