Searched defs:MemoryCache (Results 1 – 7 of 7) sorted by relevance
47 private static class MemoryCache extends LruCache<Uri, Bitmap> { class in BitmapCache48 private MemoryCache(int maxSize) { in MemoryCache() method in BitmapCache.MemoryCache
232 struct MemoryCache { struct in android::BpMediaSource233 sp<IMemory> lookup(uint64_t index) { in lookup()242 void insert(uint64_t index, const sp<IMemory> &mem) { in insert()250 void reset() { in reset()254 void gc() { in gc()265 std::map<uint64_t, sp<IMemory>> mIndexToMemory;
38 public interface MemoryCache { interface in MemoryCacheManager
67 MemoryCache(Memory* memory) : MemoryCacheBase(memory) {} in MemoryCache() function
66 ExecutionBurstServer::MemoryCache::MemoryCache(nn::SharedBurst burstExecutor, in MemoryCache() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionBurstServer::MemoryCache
113 ExecutionBurstController::MemoryCache::MemoryCache() { in MemoryCache() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionBurstController::MemoryCache
79 Burst::MemoryCache::MemoryCache(std::shared_ptr<aidl_hal::IBurst> burst) in MemoryCache() function in aidl::android::hardware::neuralnetworks::utils::Burst::MemoryCache