Searched refs:LegacyLruCache (Results 1 – 4 of 4) sorted by relevance
/system/bt/common/ |
D | lru.h | 36 class LegacyLruCache { 45 LegacyLruCache(const size_t& capacity, const std::string& log_tag) in LegacyLruCache() function 54 LegacyLruCache(LegacyLruCache const&) = delete; 55 LegacyLruCache& operator=(LegacyLruCache const&) = delete; 57 ~LegacyLruCache() { Clear(); } in ~LegacyLruCache()
|
D | lru_unittest.cc | 29 using bluetooth::common::LegacyLruCache; 33 LegacyLruCache<int, int> cache(3, "testing"); // capacity = 3; in TEST() 79 LegacyLruCache<int, int> cache(2, "testing"); // size = 2; in TEST() 130 LegacyLruCache<int, int> cache(10, "testing"); in TEST() 147 LegacyLruCache<int, int> cache(10, "testing"); in TEST() 161 LegacyLruCache<int, int> cache(10, "testing"); in TEST() 180 LegacyLruCache<int, int> cache(10, "testing"); in TEST() 203 LegacyLruCache<int, int> cache(static_cast<size_t>(max_size), "testing"); in TEST() 243 LegacyLruCache<int, int> cache(100, "testing"); in TEST()
|
D | metric_id_allocator.h | 122 LegacyLruCache<RawAddress, int> paired_device_cache_; 123 LegacyLruCache<RawAddress, int> temporary_device_cache_;
|
/system/bt/btif/include/ |
D | btif_config_cache.h | 58 bluetooth::common::LegacyLruCache<std::string, section_t>
|