Home
last modified time | relevance | path

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

/frameworks/native/include/utils/
DGenerationCache.h89 void attachToCache(const sp<Entry<K, V> >& entry);
155 attachToCache(entry); in get()
172 attachToCache(entry); in put()
217 void GenerationCache<K, V>::attachToCache(const sp<Entry<K, V> >& entry) { in attachToCache() function