Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/include/
DExecutionBurstController.h278 std::vector<hardware::hidl_memory> mMemoryCache; variable
339 const sp<ExecutionBurstCallback> mMemoryCache; variable
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/adapter/hidl/include/nnapi/hal/
H A DBurst.h150 MemoryCache mMemoryCache; variable
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
H A DBurst.h198 const std::shared_ptr<MemoryCache> mMemoryCache; variable
/aosp_15_r20/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
DBitmapCache.java33 private final MemoryCache mMemoryCache = new MemoryCache(CACHE_SIZE); field in BitmapCache
/aosp_15_r20/packages/apps/TV/src/com/android/tv/util/images/
DImageCache.java34 private final LruCache<String, ScaledBitmapInfo> mMemoryCache; field in ImageCache
/aosp_15_r20/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
H A DImageCache.java34 private LruCache<String, Bitmap> mMemoryCache; field in ImageCache
/aosp_15_r20/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
H A DImageCache.java78 private LruCache<String, BitmapDrawable> mMemoryCache; field in ImageCache
/aosp_15_r20/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DImageCache.java78 private LruCache<String, BitmapDrawable> mMemoryCache; field in ImageCache
/aosp_15_r20/frameworks/av/media/libmedia/
H A DIMediaSource.cpp266 } mMemoryCache; member in android::BpMediaSource
/aosp_15_r20/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
H A DImageCache.java78 private LruCache<String, BitmapDrawable> mMemoryCache; field in ImageCache
/aosp_15_r20/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp108 std::map<int32_t, hardware::hidl_memory> mMemoryCache; member in android::nn::__anon8d51d7620111::DefaultBurstExecutorWithCache
/aosp_15_r20/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