Searched defs:cacheEntry (Results 1 – 10 of 10) sorted by relevance
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/util/ |
H A D | AbstractCache.java | 50 CacheEntry<V> cacheEntry = new CacheEntry<V>(); in put() local 68 CacheEntry<V> cacheEntry = mCacheMap.get(key); in get() local
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/util/ |
H A D | AbstractCache.java | 56 CacheEntry<V> cacheEntry = new CacheEntry<V>(); in put() local 75 CacheEntry<V> cacheEntry = mCacheMap.get(key); in get() local
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | ContactInfoCache.java | 355 final ContactCacheEntry cacheEntry = infoMap.get(callId); in findInfo() local 466 ContactCacheEntry cacheEntry = buildEntry(context, callerInfo, presentationMode); in updateCallerInfoInCacheOnAnyThread() local 823 ContactCacheEntry cacheEntry = infoMap.get(callId); in onQueryComplete() local 927 private boolean needForceQuery(DialerCall call, ContactCacheEntry cacheEntry) { in needForceQuery()
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | BlobCache.cpp | 82 CacheEntry cacheEntry(cacheKey, nullptr); in set() local 142 CacheEntry cacheEntry(cacheKey, nullptr); in get() local
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | HalDeviceManager.java | 368 InterfaceCacheEntry cacheEntry = mInterfaceInfoCache.get(Pair.create(name, type)); in getChip() local 401 InterfaceCacheEntry cacheEntry = mInterfaceInfoCache.get(Pair.create(name, type)); in replaceRequestorWs() local 451 InterfaceCacheEntry cacheEntry = mInterfaceInfoCache.get(Pair.create(name, type)); in registerDestroyedListener() local 1694 InterfaceCacheEntry cacheEntry = new InterfaceCacheEntry(); in createIfaceIfPossible() local 1710 Pair.create(cacheEntry.name, cacheEntry.type), cacheEntry); in createIfaceIfPossible() local 2135 InterfaceCacheEntry cacheEntry; in selectInterfacesToDelete() local
|
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/os/ |
H A D | PackageParsingPerfTest.kt | 242 val cacheEntry = toCacheEntry(parsed) regex
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
H A D | ExecutionBurstServer.cpp | 256 [](const auto& cacheEntry) { return cacheEntry.first; }); in execute()
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | PduPersister.java | 542 PduCacheEntry cacheEntry = null; in load() local 1119 PduCacheEntry cacheEntry; in updateParts() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
H A D | PduPersister.java | 564 PduCacheEntry cacheEntry = null; in load() local 1222 PduCacheEntry cacheEntry; in updateParts() local
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 3682 TypeCacheEntry& cacheEntry = typeCacheEntries.editItemAt(i); in clearBagCache() local 4655 TypeCacheEntry& cacheEntry = grp->typeCacheEntries.editItemAt(t); in getBagLocked() local 4914 TypeCacheEntry& cacheEntry = packageGroup->typeCacheEntries.editItemAt(t); in setParameters() local 6551 const TypeCacheEntry& cacheEntry = packageGroup->typeCacheEntries[typeIndex]; in getEntry() local
|