Searched refs:ForgetDevicePostprocess (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/common/ |
D | metric_id_manager.cc | 84 ForgetDevicePostprocess(evicted->first, evicted->second); in Init() 177 ForgetDevicePostprocess(evicted->first, evicted->second); in SaveDevice() 194 ForgetDevicePostprocess(mac_address, opt->second); in ForgetDevice() 201 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,
|
/packages/modules/Bluetooth/system/common/ |
D | metric_id_allocator.cc | 75 ForgetDevicePostprocess(evicted->first, evicted->second); in Init() 170 ForgetDevicePostprocess(evicted->first, evicted->second); in SaveDevice() 196 ForgetDevicePostprocess(mac_address, id); in ForgetDevice() 203 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);
|