Home
last modified time | relevance | path

Searched refs:temporary_device_cache_ (Results 1 – 2 of 2) sorted by relevance

/system/bt/common/
Dmetric_id_allocator.cc46 temporary_device_cache_(kMaxNumUnpairedDevicesInMemory, LOGGING_TAG) {} in MetricIdAllocator()
96 temporary_device_cache_.Clear(); in Close()
110 temporary_device_cache_.Size() == 0; in IsEmpty()
121 if (temporary_device_cache_.Get(mac_address, &id)) { in AllocateId()
135 auto evicted = temporary_device_cache_.Put(mac_address, id); in AllocateId()
153 if (!temporary_device_cache_.Get(mac_address, &id)) { in SaveDevice()
159 if (!temporary_device_cache_.Remove(mac_address)) { in SaveDevice()
Dmetric_id_allocator.h123 LruCache<RawAddress, int> temporary_device_cache_; variable