HomeSort by relevance Sort by last modified time
    Searched defs:removeOldest (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/utils/
GenerationCache.h 78 bool removeOldest();
165 removeOldest();
201 bool GenerationCache<K, V>::removeOldest() {
208 ALOGE("GenerationCache: removeOldest failed to find the item in the cache "
LruCache.h 42 bool removeOldest();
130 removeOldest();
167 bool LruCache<TKey, TValue>::removeOldest() {

Completed in 57 milliseconds