Home
last modified time | relevance | path

Searched defs:mMemoryCache (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/include/
H A DExecutionBurstController.h278 std::vector<hardware::hidl_memory> mMemoryCache; variable
339 const sp<ExecutionBurstCallback> mMemoryCache; variable
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
H A DExecutionBurstServer.h150 MemoryCache mMemoryCache; variable
H A DExecutionBurstController.h197 const std::shared_ptr<MemoryCache> mMemoryCache; variable
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
H A DBitmapCache.java33 private final MemoryCache mMemoryCache = new MemoryCache(CACHE_SIZE); field in BitmapCache
/aosp12/packages/apps/TV/src/com/android/tv/util/images/
H A DImageCache.java34 private final LruCache<String, ScaledBitmapInfo> mMemoryCache; field in ImageCache
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/imaging/
H A DLocalImageFetcher.java87 private final LruCache<ImageKey, Drawable> mMemoryCache; field in LocalImageFetcher
/aosp12/frameworks/av/media/libmedia/
H A DIMediaSource.cpp266 } mMemoryCache; member in android::BpMediaSource
/aosp12/packages/modules/NeuralNetworks/common/
H A DExecutionBurstServer.cpp108 std::map<int32_t, hardware::hidl_memory> mMemoryCache; member in android::nn::__anon8afc4f580110::DefaultBurstExecutorWithCache
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DSampleDriver.cpp860 std::map<int32_t, std::optional<RunTimePoolInfo>> mMemoryCache; // cached requestPoolInfos member in android::nn::sample_driver::BurstExecutorWithCache