Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DExecutionBurstController.h278 std::vector<hardware::hidl_memory> mMemoryCache; variable
339 const sp<ExecutionBurstCallback> mMemoryCache; variable
/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
DBitmapCache.java33 private final MemoryCache mMemoryCache = new MemoryCache(CACHE_SIZE); field in BitmapCache
/packages/apps/TV/src/com/android/tv/util/images/
DImageCache.java34 private final LruCache<String, ScaledBitmapInfo> mMemoryCache; field in ImageCache
/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp108 std::map<int32_t, hardware::hidl_memory> mMemoryCache; member in android::nn::__anon357ddaec0111::DefaultBurstExecutorWithCache
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriver.cpp849 std::map<int32_t, std::optional<RunTimePoolInfo>> mMemoryCache; // cached requestPoolInfos member in android::nn::sample_driver::BurstExecutorWithCache