Home
last modified time | relevance | path

Searched defs:BlobCache (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java80 public class BlobCache implements Closeable { class
133 public BlobCache(String path, int maxEntries, int maxBytes, boolean reset) in BlobCache() method in BlobCache
138 public BlobCache(String path, int maxEntries, int maxBytes, boolean reset, in BlobCache() method in BlobCache
/packages/modules/NeuralNetworks/driver/cache/BlobCache/
DBlobCache.cpp62 BlobCache::BlobCache(size_t maxKeySize, size_t maxValueSize, size_t maxTotalSize, Policy policy) in BlobCache() function in android::BlobCache