Home
last modified time | relevance | path

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

/frameworks/base/include/utils/
DGenerationCache.h78 void attachToCache(sp<Entry<K, V> > entry);
154 attachToCache(entry); in get()
183 attachToCache(entry); in addToCache()
221 void GenerationCache<K, V>::attachToCache(sp<Entry<K, V> > entry) { in attachToCache() function