Home
last modified time | relevance | path

Searched defs:LruCache (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/gallery/
DLruCache.java25 public class LruCache<K, V> { class
33 public LruCache(final int capacity) { in LruCache() method in LruCache
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DLruCache.java29 public class LruCache<K, V> { class
37 public LruCache(final int capacity) { in LruCache() method in LruCache
/packages/modules/Bluetooth/system/gd/common/
Dlru_cache.h63 explicit LruCache(size_t capacity) : capacity_(capacity) { in LruCache() function
73 LruCache(const LruCache& other) : capacity_(other.capacity_), list_map_(other.list_map_) {} in LruCache() function