Searched refs:ForgetDevice (Results 1 – 10 of 10) sorted by relevance
/system/bt/common/ |
D | metric_id_allocator_unittest.cc | 173 allocator.ForgetDevice(RawAddress({0, 0, 0, 0, 0, 1})); in TEST() 175 allocator.ForgetDevice(RawAddress({0, 0, 0, 0, 0, 2})); in TEST() 271 allocator.ForgetDevice(kthAddress(key + 200)); in TEST() 273 allocator.ForgetDevice(kthAddress(key + 2)); in TEST() 299 allocator.ForgetDevice(kthAddress(key)); in TEST() 305 allocator.ForgetDevice(kthAddress(k)); in TEST() 412 allocator.ForgetDevice(fake_mac_address); in TEST()
|
D | metric_id_allocator.h | 102 void ForgetDevice(const RawAddress& mac_address);
|
D | metric_id_allocator.cc | 177 void MetricIdAllocator::ForgetDevice(const RawAddress& mac_address) { in ForgetDevice() function in bluetooth::common::MetricIdAllocator
|
/system/bt/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 | 182 void MetricIdManager::ForgetDevice(const Address& mac_address) { in ForgetDevice() function in bluetooth::common::MetricIdManager
|
/system/bt/test/mock/ |
D | mock_common_metric_id_allocator.cc | 95 void MetricIdAllocator::ForgetDevice(const RawAddress& mac_address) { in ForgetDevice() function in bluetooth::common::MetricIdAllocator
|
/system/bt/main/shim/ |
D | metric_id_api.cc | 72 return MetricIdManager::GetInstance().ForgetDevice(address); in ForgetDeviceFromMetricIdAllocator()
|
D | btm_api.cc | 490 MetricIdAllocator::GetInstance().ForgetDevice( in OnDeviceUnbonded()
|
/system/bt/btif/src/ |
D | btif_metrics_logging.cc | 157 bluetooth::common::MetricIdAllocator::GetInstance().ForgetDevice(address); in forget_device_from_metric_id_allocator()
|