/frameworks/base/core/java/com/android/internal/pm/pkg/component/ |
D | ParsedApexSystemServiceImpl.java | 146 Parcelling.Cache.get( 150 sParcellingForName = Parcelling.Cache.put( 157 Parcelling.Cache.get( 161 sParcellingForJarPath = Parcelling.Cache.put( 168 Parcelling.Cache.get( 172 sParcellingForMinSdkVersion = Parcelling.Cache.put( 179 Parcelling.Cache.get( 183 sParcellingForMaxSdkVersion = Parcelling.Cache.put(
|
D | ParsedUsesPermissionImpl.java | 102 Parcelling.Cache.get( 106 sParcellingForName = Parcelling.Cache.put(
|
D | ParsedProcessImpl.java | 244 Parcelling.Cache.get( 248 sParcellingForDeniedPermissions = Parcelling.Cache.put(
|
D | ParsedPermissionImpl.java | 45 Parcelling.Cache.getOrCreate(ForStringSet.class);
|
/frameworks/native/libs/renderengine/skia/ |
D | Cache.h | 27 class Cache { 32 Cache() = default;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | HwcBufferCache.h | 99 struct Cache { struct 107 std::unordered_map<uint64_t, Cache> mCacheByBufferId; argument
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | HwcBufferCache.cpp | 32 Cache& cache = i->second; in getHwcSlotAndBuffer() 63 Cache cache; in cache()
|
/frameworks/base/core/java/android/content/pm/verify/domain/ |
D | DomainVerificationRequest.java | 136 Parcelling.Cache.get( 140 sParcellingForPackageNames = Parcelling.Cache.put(
|
D | DomainVerificationInfo.java | 322 Parcelling.Cache.get( 326 sParcellingForIdentifier = Parcelling.Cache.put(
|
D | DomainVerificationUserState.java | 293 Parcelling.Cache.get( 297 sParcellingForIdentifier = Parcelling.Cache.put(
|
/frameworks/base/core/java/android/app/ambientcontext/ |
D | AmbientContextEvent.java | 351 Parcelling.Cache.get( 355 sParcellingForStartTime = Parcelling.Cache.put( 362 Parcelling.Cache.get( 366 sParcellingForEndTime = Parcelling.Cache.put(
|
/frameworks/base/core/java/android/view/ |
D | DisplayShape.java | 118 return Cache.getDisplayShape(spec, physicalPixelDisplaySizeRatio, displayWidth, in fromSpecString() 238 return Cache.getPath(this); in getPath() 279 private static final class Cache { class in DisplayShape
|
/frameworks/base/core/java/android/content/pm/ |
D | ProcessInfo.java | 142 Parcelling.Cache.get( 146 sParcellingForDeniedPermissions = Parcelling.Cache.put(
|
/frameworks/base/core/java/android/companion/ |
D | WifiDeviceFilter.java | 145 Parcelling.Cache.get(Parcelling.BuiltIn.ForPattern.class); 148 sParcellingForNamePattern = Parcelling.Cache.put(
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InlineSuggestion.java | 614 Parcelling.Cache.get( 618 sParcellingForInlineContentCallback = Parcelling.Cache.put( 625 Parcelling.Cache.get( 629 sParcellingForInlineTooltipUi = Parcelling.Cache.put(
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 658 class Cache { 664 bool allocateBitmapIfNeeded(Cache& cache, int width, int height); 679 Cache mStagingCache; 680 Cache mCache;
|
/frameworks/base/core/java/com/android/internal/util/ |
D | Parcelling.java | 58 class Cache { class 59 private Cache() {} in Cache() method in Parcelling.Cache
|
/frameworks/av/media/codec2/hal/client/ |
D | client.cpp | 219 class Codec2Client::Cache { class in android::Codec2Client 239 Cache() = default; 289 static std::vector<Cache>& List() { in List() 290 static std::vector<Cache> sCaches{[]() { in List() 292 std::vector<Cache> caches(numServices); in List() 1389 return Cache::List()[mServiceIndex].getTraits(); in listComponents() 1702 for (size_t index = Cache::List().size(); index > 0; ) { in ForAllServices() 1717 Cache& cache = Cache::List()[index]; in ForAllServices() 1824 for (Cache& cache : Cache::List()) { in ListComponents() 1851 std::shared_ptr<Codec2Client> client = Cache::List()[index].getClient(); in CreateInputSurface() [all …]
|
/frameworks/base/core/java/android/security/attestationverification/ |
D | VerificationToken.java | 235 Parcelling.Cache.get( 239 sParcellingForVerificationTime = Parcelling.Cache.put(
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_blob_cache.txt | 118 semantics of these callback functions are described in Section 3.9.1 (Cache 121 Cache functions may only be specified once during the lifetime of an 135 3.9.1 Cache Operations
|
/frameworks/proto_logging/stats/atoms/art/ |
D | odrefresh_extension_atoms.proto | 114 // Cache space at start of update. 117 // Cache space at end of update.
|
/frameworks/native/libs/renderengine/ |
D | Android.bp | 85 "skia/Cache.cpp",
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | SplashscreenContentDrawer.java | 1063 private static class Cache { class in SplashscreenContentDrawer.ColorCache 1070 Cache(int hash) { in Cache() method in SplashscreenContentDrawer.ColorCache.Cache 1075 static class WindowColor extends Cache { 1084 static class IconColor extends Cache { 1122 private static <T extends Cache> T getCache(T[] caches, int hash, int[] outLeastUsedIndex) { in getCache()
|
/frameworks/base/core/proto/android/service/ |
D | diskstats.proto | 98 // Cache folder
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsStorage.java | 108 private final Cache mCache = new Cache(); 841 private static class Cache { class in LockSettingsStorage
|