Home
last modified time | relevance | path

Searched refs:getCacheId (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/
H A DFakeImageRequest.java48 public int getCacheId() { in getCacheId() method in FakeImageRequest
56 getCacheId()); in getMediaCache()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DAsyncMediaRequestWrapper.java66 public int getCacheId() { in getCacheId() method in AsyncMediaRequestWrapper
67 return mWrappedRequest.getCacheId(); in getCacheId()
H A DImageRequest.java241 return MediaCacheManager.get().getOrCreateBitmapPoolForCache(getCacheId()); in getBitmapPool()
248 getCacheId()); in getMediaCache()
255 public int getCacheId() { in getCacheId() method in ImageRequest
H A DDecodedImageResource.java240 public int getCacheId() { in getCacheId() method in DecodedImageResource.EncodeImageRequest
241 return mOriginalImageRequest.getCacheId(); in getCacheId()
H A DMediaRequest.java57 int getCacheId(); in getCacheId() method
H A DVCardRequest.java106 public int getCacheId() { in getCacheId() method in VCardRequest
114 getCacheId()); in getMediaCache()
H A DEncodedImageResource.java148 public int getCacheId() { in getCacheId() method in EncodedImageResource.DecodeImageRequest
H A DCompositeImageRequest.java101 public int getCacheId() { in getCacheId() method in CompositeImageRequest
H A DSimSelectorAvatarRequest.java114 public int getCacheId() { in getCacheId() method in SimSelectorAvatarRequest
H A DAvatarRequest.java186 public int getCacheId() { in getCacheId() method in AvatarRequest
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp454 status_t getCacheId(const sp<GraphicBuffer>& buffer, uint64_t* cacheId) { in getCacheId() function in android::BufferCache
822 status_t ret = BufferCache::getInstance().getCacheId(s->buffer, &cacheId); in cacheBuffers()