Home
last modified time | relevance | path

Searched defs:MemoryCache (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
H A DBitmapCache.java47 private static class MemoryCache extends LruCache<Uri, Bitmap> { class in BitmapCache
48 private MemoryCache(int maxSize) { in MemoryCache() method in BitmapCache.MemoryCache
/aosp12/frameworks/av/media/libmedia/
H A DIMediaSource.cpp232 struct MemoryCache { struct in android::BpMediaSource
233 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;
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DMemoryCacheManager.java38 public interface MemoryCache { interface in MemoryCacheManager
/aosp12/system/unwinding/libunwindstack/
H A DMemoryCache.h67 MemoryCache(Memory* memory) : MemoryCacheBase(memory) {} in MemoryCache() function
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstServer.cpp66 ExecutionBurstServer::MemoryCache::MemoryCache(nn::SharedBurst burstExecutor, in MemoryCache() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionBurstServer::MemoryCache
H A DExecutionBurstController.cpp113 ExecutionBurstController::MemoryCache::MemoryCache() { in MemoryCache() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionBurstController::MemoryCache
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DBurst.cpp79 Burst::MemoryCache::MemoryCache(std::shared_ptr<aidl_hal::IBurst> burst) in MemoryCache() function in aidl::android::hardware::neuralnetworks::utils::Burst::MemoryCache