/aosp_15_r20/packages/modules/NeuralNetworks/common/include/ |
D | ExecutionBurstController.h | 278 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 D | Burst.h | 150 MemoryCache mMemoryCache; variable
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/ |
H A D | Burst.h | 198 const std::shared_ptr<MemoryCache> mMemoryCache; variable
|
/aosp_15_r20/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/ |
D | BitmapCache.java | 33 private final MemoryCache mMemoryCache = new MemoryCache(CACHE_SIZE); field in BitmapCache
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/util/images/ |
D | ImageCache.java | 34 private final LruCache<String, ScaledBitmapInfo> mMemoryCache; field in ImageCache
|
/aosp_15_r20/development/samples/training/ContactsList/src/com/example/android/contactslist/util/ |
H A D | ImageCache.java | 34 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 D | ImageCache.java | 78 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/ |
D | ImageCache.java | 78 private LruCache<String, BitmapDrawable> mMemoryCache; field in ImageCache
|
/aosp_15_r20/frameworks/av/media/libmedia/ |
H A D | IMediaSource.cpp | 266 } mMemoryCache; member in android::BpMediaSource
|
/aosp_15_r20/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
H A D | ImageCache.java | 78 private LruCache<String, BitmapDrawable> mMemoryCache; field in ImageCache
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | ExecutionBurstServer.cpp | 108 std::map<int32_t, hardware::hidl_memory> mMemoryCache; member in android::nn::__anon8d51d7620111::DefaultBurstExecutorWithCache
|
/aosp_15_r20/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
|