/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
H A D | ClientCompositionRequestCache.h | 62 std::deque<std::pair<uint64_t /* bufferId */, ClientCompositionRequest>> mCache; variable
|
/aosp12/frameworks/native/include/binder/ |
H A D | PermissionCache.h | 56 SortedVector< Entry > mCache; variable
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | PermissionCache.h | 56 SortedVector< Entry > mCache; variable
|
/aosp12/packages/services/Car/cpp/watchdog/server/tests/ |
H A D | LooperStub.h | 78 std::vector<CacheEntry> mCache; // Messages pending to be processed. variable
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
H A D | RotationCacheTest.java | 43 private RotationCache<Object, Pair<Object, Integer>> mCache; field in RotationCacheTest
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | CachedEventDispatcher.java | 33 private ArrayList<MotionEvent> mCache; field in CachedEventDispatcher
|
/aosp12/packages/modules/DnsResolver/ |
H A D | DnsTlsTransport.h | 69 DnsTlsSessionCache mCache; variable
|
H A D | DnsTlsSocket.h | 188 DnsTlsSessionCache* _Nonnull const mCache; variable
|
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/utils/ |
H A D | PreferenceListCache.java | 30 private ArrayMap<String, Preference> mCache; field in PreferenceListCache
|
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | ScriptIntrinsicLUT.java | 35 private final byte mCache[] = new byte[1024]; field in ScriptIntrinsicLUT
|
/aosp12/frameworks/av/media/libstagefright/include/ |
H A D | CallbackDataSource.h | 83 uint8_t mCache[kCacheSize]; variable
|
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/platform/ |
H A D | ImageMemoryCache.java | 32 private final Map<Long, Bitmap> mCache; field in ImageMemoryCache
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/utils/ |
H A D | RotationCache.java | 34 private final SparseArray<R> mCache = new SparseArray<>(4); field in RotationCache
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
H A D | UniqueKeysCache.java | 48 private final HashMap<Key, Key> mCache; field in UniqueKeysCache.UniqueKeysCacheImpl
|
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecMessageCache.java | 39 private final SparseArray<SparseArray<HdmiCecMessage>> mCache = new SparseArray<>(); field in HdmiCecMessageCache
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/settings/ |
H A D | SettingsStore.java | 58 private T mCache; field in SettingsStore
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | ViewCache.java | 29 protected final SparseArray<CacheEntry> mCache = new SparseArray(); field in ViewCache
|
/aosp12/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/ |
H A D | BitmapFetcher.java | 42 private final LruCache<String, Bitmap> mCache = new LruCache<String, Bitmap>( field in BitmapFetcher
|
/aosp12/frameworks/native/opengl/tests/EGLTest/ |
H A D | egl_cache_test.cpp | 44 egl_cache_t* mCache; member in android::EGLCacheTest
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationInlineImageCache.java | 36 private final ConcurrentHashMap<Uri, PreloadImageTask> mCache; field in NotificationInlineImageCache
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | HwcBufferCacheTest.cpp | 68 impl::HwcBufferCache mCache; member in android::compositionengine::__anon906ef7df0110::HwcBufferCacheTest
|
/aosp12/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/ |
H A D | MainActivity.java | 38 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 D | AnqpCacheTest.java | 65 AnqpCache mCache; field in AnqpCacheTest
|
/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/ |
H A D | PreferenceListCacheTest.java | 42 private PreferenceListCache mCache; field in PreferenceListCacheTest
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskSnapshotLowResDisabledTest.java | 53 private TaskSnapshotCache mCache; field in TaskSnapshotLowResDisabledTest
|