Home
last modified time | relevance | path

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

/frameworks/base/include/utils/
DGenerationCache.h77 void addToCache(sp<Entry<K, V> > entry, K key, V value);
171 addToCache(entry, key, value); in put()
179 void GenerationCache<K, V>::addToCache(sp<Entry<K, V> > entry, K key, V value) { in addToCache() function