Home
last modified time | relevance | path

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

/frameworks/native/include/utils/
DGenerationCache.h90 void detachFromCache(const sp<Entry<K, V> >& entry);
154 detachFromCache(entry); in get()
197 detachFromCache(entry); in removeAt()
228 void GenerationCache<K, V>::detachFromCache(const sp<Entry<K, V> >& entry) { in detachFromCache() function