Home
last modified time | relevance | path

Searched defs:mCache (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DAnqpCacheTest.java46 AnqpCache mCache; field in AnqpCacheTest
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DRotationCacheTest.java43 private RotationCache<Object, Pair<Object, Integer>> mCache; field in RotationCacheTest
/frameworks/native/libs/binder/include/binder/
DPermissionCache.h57 SortedVector< Entry > mCache; variable
/frameworks/native/include/binder/
DPermissionCache.h57 SortedVector< Entry > mCache; variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicPrivacyControllerTest.java52 private UnlockMethodCache mCache = mock(UnlockMethodCache.class); field in DynamicPrivacyControllerTest
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicLUT.java30 private final byte mCache[] = new byte[1024]; field in ScriptIntrinsicLUT
/frameworks/av/media/libstagefright/include/
DCallbackDataSource.h83 uint8_t mCache[kCacheSize]; variable
/frameworks/base/services/core/java/com/android/server/wm/utils/
DRotationCache.java34 private final SparseArray<R> mCache = new SparseArray<>(4); field in RotationCache
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/recents/model/
DTaskKeyLruCacheTest.java41 TaskKeyCache<Integer> mCache = new TaskKeyLruCache<>(sCacheSize, null); field in TaskKeyLruCacheTest
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecMessageCache.java39 private final SparseArray<SparseArray<HdmiCecMessage>> mCache = new SparseArray<>(); field in HdmiCecMessageCache
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/model/
DTaskKeyStrongCache.java34 private final ArrayMap<Integer, V> mCache = new ArrayMap<>(); field in TaskKeyStrongCache
/frameworks/av/include/media/
DInterpolator.h54 : mCache(cache) in mCache() function
328 bool mCache; // whether we cache spline coefficient computation variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInlineImageCache.java36 private final ConcurrentHashMap<Uri, PreloadImageTask> mCache; field in NotificationInlineImageCache
/frameworks/native/opengl/tests/EGLTest/
Degl_cache_test.cpp44 egl_cache_t* mCache; member in android::EGLCacheTest
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DHwcBufferCacheTest.cpp68 impl::HwcBufferCache mCache; member in android::compositionengine::__anond56271f30111::HwcBufferCacheTest
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DTaskKeyLruCache.java39 private final LruCache<Integer, V> mCache; field in TaskKeyLruCache
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
DMainActivity.java38 private final BitmapCache mCache = new UnrefedBitmapCache(TARGET_CACHE_SIZE_BYTES, 0, 0); field in MainActivity
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicLUT.java28 private final byte mCache[] = new byte[1024]; field in ScriptIntrinsicLUT
/frameworks/opt/bitmap/src/com/android/bitmap/
DUnrefedPooledCache.java46 private final LinkedHashMap<K, V> mCache; field in UnrefedPooledCache
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotCacheTest.java41 private TaskSnapshotCache mCache; field in TaskSnapshotCacheTest
/frameworks/base/core/java/android/app/
DPropertyInvalidatedCache.java182 private final LinkedHashMap<Query, Result> mCache; field in PropertyInvalidatedCache
/frameworks/base/core/java/android/view/textclassifier/
DConfigParser.java51 private final Map<String, Object> mCache = new ArrayMap<>(); field in ConfigParser
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationBoundResourceCacheTest.java31 ConfigurationBoundResourceCache<Float> mCache; field in ConfigurationBoundResourceCacheTest
/frameworks/ml/nn/driver/cache/nnCache/
DnnCache_test.cpp47 NNCache* mCache; member in android::NNCacheTest
/frameworks/base/wifi/java/android/net/wifi/
DWifiNetworkScoreCache.java68 private final LruCache<String, ScoredNetwork> mCache; field in WifiNetworkScoreCache

12