Home
last modified time | relevance | path

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

12

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DClientCompositionRequestCache.h62 std::deque<std::pair<uint64_t /* bufferId */, ClientCompositionRequest>> mCache; variable
/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/include/binder/
DPermissionCache.h56 SortedVector< Entry > mCache; variable
/frameworks/native/libs/binder/include/binder/
DPermissionCache.h56 SortedVector< Entry > mCache; variable
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicLUT.java35 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/services/core/java/com/android/server/hdmi/
DHdmiCecMessageCache.java39 private final SparseArray<SparseArray<HdmiCecMessage>> mCache = new SparseArray<>(); field in HdmiCecMessageCache
/frameworks/base/services/core/java/com/android/server/location/settings/
DSettingsStore.java58 private T mCache; field in SettingsStore
/frameworks/av/include/media/
DInterpolator.h48 : mCache(cache) in mCache() function
323 bool mCache; // whether we cache spline coefficient computation variable
/frameworks/native/opengl/tests/EGLTest/
Degl_cache_test.cpp44 egl_cache_t* mCache; member in android::EGLCacheTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInlineImageCache.java36 private final ConcurrentHashMap<Uri, PreloadImageTask> mCache; field in NotificationInlineImageCache
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DHwcBufferCacheTest.cpp68 impl::HwcBufferCache mCache; member in android::compositionengine::__anon245143da0111::HwcBufferCacheTest
/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/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotLowResDisabledTest.java53 private TaskSnapshotCache mCache; field in TaskSnapshotLowResDisabledTest
DTaskSnapshotCacheTest.java48 private TaskSnapshotCache mCache; field in TaskSnapshotCacheTest
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicLUT.java33 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
DDecodeTask.java55 private final BitmapCache mCache; field in DecodeTask
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotController.java96 private final TaskSnapshotCache mCache; field in TaskSnapshotController
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationBoundResourceCacheTest.java31 ConfigurationBoundResourceCache<Float> mCache; field in ConfigurationBoundResourceCacheTest
/frameworks/base/wifi/java/src/android/net/wifi/
DWifiNetworkScoreCache.java67 private final LruCache<String, ScoredNetwork> mCache; field in WifiNetworkScoreCache
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockscreenWallpaper.java76 private Bitmap mCache; field in LockscreenWallpaper
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java67 private final BitmapCache mCache; field in BasicBitmapDrawable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java89 @Mock private NotifRemoteViewCache mCache; field in NotificationContentInflaterTest

12