Searched defs:GenerationCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/utils/
H A DGenerationCache.h26 * GenerationCache callback used when an item is removed
54 class GenerationCache { class in namespace:android
56 GenerationCache(uint32_t maxCapacity);
57 virtual ~GenerationCache();
93 }; // class GenerationCache
96 GenerationCache<K, V>::GenerationCache(uint32_t maxCapacity): mMaxCapacity(maxCapacity), function in class:android::GenerationCache
101 GenerationCache<K, V>::~GenerationCache() {
106 uint32_t GenerationCache<
[all...]

Completed in 32 milliseconds