Home
last modified time | relevance | path

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

1234

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DClientCompositionRequestCache.h62 std::deque<std::pair<uint64_t /* bufferId */, ClientCompositionRequest>> mCache; variable
/aosp12/frameworks/native/include/binder/
H A DPermissionCache.h56 SortedVector< Entry > mCache; variable
/aosp12/frameworks/native/libs/binder/include/binder/
H A DPermissionCache.h56 SortedVector< Entry > mCache; variable
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DLooperStub.h78 std::vector<CacheEntry> mCache; // Messages pending to be processed. variable
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
H A DRotationCacheTest.java43 private RotationCache<Object, Pair<Object, Integer>> mCache; field in RotationCacheTest
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DCachedEventDispatcher.java33 private ArrayList<MotionEvent> mCache; field in CachedEventDispatcher
/aosp12/packages/modules/DnsResolver/
H A DDnsTlsTransport.h69 DnsTlsSessionCache mCache; variable
H A DDnsTlsSocket.h188 DnsTlsSessionCache* _Nonnull const mCache; variable
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/utils/
H A DPreferenceListCache.java30 private ArrayMap<String, Preference> mCache; field in PreferenceListCache
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DScriptIntrinsicLUT.java35 private final byte mCache[] = new byte[1024]; field in ScriptIntrinsicLUT
/aosp12/frameworks/av/media/libstagefright/include/
H A DCallbackDataSource.h83 uint8_t mCache[kCacheSize]; variable
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/platform/
H A DImageMemoryCache.java32 private final Map<Long, Bitmap> mCache; field in ImageMemoryCache
/aosp12/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DRotationCache.java34 private final SparseArray<R> mCache = new SparseArray<>(4); field in RotationCache
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DUniqueKeysCache.java48 private final HashMap<Key, Key> mCache; field in UniqueKeysCache.UniqueKeysCacheImpl
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessageCache.java39 private final SparseArray<SparseArray<HdmiCecMessage>> mCache = new SparseArray<>(); field in HdmiCecMessageCache
/aosp12/frameworks/base/services/core/java/com/android/server/location/settings/
H A DSettingsStore.java58 private T mCache; field in SettingsStore
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DViewCache.java29 protected final SparseArray<CacheEntry> mCache = new SparseArray(); field in ViewCache
/aosp12/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/
H A DBitmapFetcher.java42 private final LruCache<String, Bitmap> mCache = new LruCache<String, Bitmap>( field in BitmapFetcher
/aosp12/frameworks/native/opengl/tests/EGLTest/
H A Degl_cache_test.cpp44 egl_cache_t* mCache; member in android::EGLCacheTest
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInlineImageCache.java36 private final ConcurrentHashMap<Uri, PreloadImageTask> mCache; field in NotificationInlineImageCache
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DHwcBufferCacheTest.cpp68 impl::HwcBufferCache mCache; member in android::compositionengine::__anon906ef7df0110::HwcBufferCacheTest
/aosp12/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
H A DMainActivity.java38 private final BitmapCache mCache = new UnrefedBitmapCache(TARGET_CACHE_SIZE_BYTES, 0, 0); field in MainActivity
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DAnqpCacheTest.java65 AnqpCache mCache; field in AnqpCacheTest
/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/
H A DPreferenceListCacheTest.java42 private PreferenceListCache mCache; field in PreferenceListCacheTest
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotLowResDisabledTest.java53 private TaskSnapshotCache mCache; field in TaskSnapshotLowResDisabledTest

1234