Searched defs:mMemoryCache (Results 1 – 5 of 5) sorted by relevance
/packages/modules/NeuralNetworks/common/include/ | ||
D | ExecutionBurstController.h | 278 std::vector<hardware::hidl_memory> mMemoryCache; variable |
/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/ | ||
D | BitmapCache.java | 33 private final MemoryCache mMemoryCache = new MemoryCache(CACHE_SIZE); field in BitmapCache |
/packages/apps/TV/src/com/android/tv/util/images/ | ||
D | ImageCache.java | 34 private final LruCache<String, ScaledBitmapInfo> mMemoryCache; field in ImageCache |
/packages/modules/NeuralNetworks/common/ | ||
D | ExecutionBurstServer.cpp | 108 std::map<int32_t, hardware::hidl_memory> mMemoryCache; member in android::nn::__anon357ddaec0111::DefaultBurstExecutorWithCache |
/packages/modules/NeuralNetworks/driver/sample_hidl/ | ||
D | SampleDriver.cpp | 849 std::map<int32_t, std::optional<RunTimePoolInfo>> mMemoryCache; // cached requestPoolInfos member in android::nn::sample_driver::BurstExecutorWithCache |