Searched refs:ForgetDevicePostprocess (Results 1 – 5 of 5) sorted by relevance
/system/bt/gd/common/ |
D | metric_id_manager.cc | 78 ForgetDevicePostprocess(evicted->first, evicted->second); in Init() 172 ForgetDevicePostprocess(evicted->first, evicted->second); in SaveDevice() 189 ForgetDevicePostprocess(mac_address, opt->second); in ForgetDevice() 196 void MetricIdManager::ForgetDevicePostprocess(const Address& mac_address, in ForgetDevicePostprocess() function in bluetooth::common::MetricIdManager
|
D | metric_id_manager.h | 131 void ForgetDevicePostprocess(const hci::Address& mac_address,
|
/system/bt/common/ |
D | metric_id_allocator.cc | 72 ForgetDevicePostprocess(evicted->first, evicted->second); in Init() 166 ForgetDevicePostprocess(evicted->first, evicted->second); in SaveDevice() 191 ForgetDevicePostprocess(mac_address, id); in ForgetDevice() 198 void MetricIdAllocator::ForgetDevicePostprocess(const RawAddress& mac_address, in ForgetDevicePostprocess() function in bluetooth::common::MetricIdAllocator
|
D | metric_id_allocator.h | 131 void ForgetDevicePostprocess(const RawAddress& mac_address, const int id);
|
/system/bt/test/mock/ |
D | mock_common_metric_id_allocator.cc | 98 void MetricIdAllocator::ForgetDevicePostprocess(const RawAddress& mac_address, in ForgetDevicePostprocess() function in bluetooth::common::MetricIdAllocator
|