Home
last modified time | relevance | path

Searched refs:Cache (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DParsedApexSystemServiceImpl.java146 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(
DParsedUsesPermissionImpl.java102 Parcelling.Cache.get(
106 sParcellingForName = Parcelling.Cache.put(
DParsedProcessImpl.java244 Parcelling.Cache.get(
248 sParcellingForDeniedPermissions = Parcelling.Cache.put(
DParsedPermissionImpl.java45 Parcelling.Cache.getOrCreate(ForStringSet.class);
/frameworks/native/libs/renderengine/skia/
DCache.h27 class Cache {
32 Cache() = default;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DHwcBufferCache.h99 struct Cache { struct
107 std::unordered_map<uint64_t, Cache> mCacheByBufferId; argument
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DHwcBufferCache.cpp32 Cache& cache = i->second; in getHwcSlotAndBuffer()
63 Cache cache; in cache()
/frameworks/base/core/java/android/content/pm/verify/domain/
DDomainVerificationRequest.java136 Parcelling.Cache.get(
140 sParcellingForPackageNames = Parcelling.Cache.put(
DDomainVerificationInfo.java322 Parcelling.Cache.get(
326 sParcellingForIdentifier = Parcelling.Cache.put(
DDomainVerificationUserState.java293 Parcelling.Cache.get(
297 sParcellingForIdentifier = Parcelling.Cache.put(
/frameworks/base/core/java/android/app/ambientcontext/
DAmbientContextEvent.java351 Parcelling.Cache.get(
355 sParcellingForStartTime = Parcelling.Cache.put(
362 Parcelling.Cache.get(
366 sParcellingForEndTime = Parcelling.Cache.put(
/frameworks/base/core/java/android/view/
DDisplayShape.java118 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/
DProcessInfo.java142 Parcelling.Cache.get(
146 sParcellingForDeniedPermissions = Parcelling.Cache.put(
/frameworks/base/core/java/android/companion/
DWifiDeviceFilter.java145 Parcelling.Cache.get(Parcelling.BuiltIn.ForPattern.class);
148 sParcellingForNamePattern = Parcelling.Cache.put(
/frameworks/base/core/java/android/view/inputmethod/
DInlineSuggestion.java614 Parcelling.Cache.get(
618 sParcellingForInlineContentCallback = Parcelling.Cache.put(
625 Parcelling.Cache.get(
629 sParcellingForInlineTooltipUi = Parcelling.Cache.put(
/frameworks/base/libs/hwui/
DVectorDrawable.h658 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/
DParcelling.java58 class Cache { class
59 private Cache() {} in Cache() method in Parcelling.Cache
/frameworks/av/media/codec2/hal/client/
Dclient.cpp219 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/
DVerificationToken.java235 Parcelling.Cache.get(
239 sParcellingForVerificationTime = Parcelling.Cache.put(
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt118 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/
Dodrefresh_extension_atoms.proto114 // Cache space at start of update.
117 // Cache space at end of update.
/frameworks/native/libs/renderengine/
DAndroid.bp85 "skia/Cache.cpp",
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java1063 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/
Ddiskstats.proto98 // Cache folder
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java108 private final Cache mCache = new Cache();
841 private static class Cache { class in LockSettingsStorage

12