Home
last modified time | relevance | path

Searched defs:cacheId (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/
H A DClientCache.cpp34 bool ClientCache::getBuffer(const client_cache_t& cacheId, in getBuffer()
60 bool ClientCache::add(const client_cache_t& cacheId, const sp<GraphicBuffer>& buffer) { in add()
114 void ClientCache::erase(const client_cache_t& cacheId) { in erase()
140 std::shared_ptr<renderengine::ExternalTexture> ClientCache::get(const client_cache_t& cacheId) { in get()
152 bool ClientCache::registerErasedRecipient(const client_cache_t& cacheId, in registerErasedRecipient()
165 void ClientCache::unregisterErasedRecipient(const client_cache_t& cacheId, in unregisterErasedRecipient()
193 client_cache_t cacheId = {processToken, id}; in removeProcess() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DMediaCacheManager.java60 public ReusableImageResourcePool getOrCreateBitmapPoolForCache(final int cacheId) { in getOrCreateBitmapPoolForCache()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DCachingTest.cpp73 uint32_t cacheId = 0; in TEST_F() local
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp454 status_t getCacheId(const sp<GraphicBuffer>& buffer, uint64_t* cacheId) { in getCacheId()
479 void uncache(uint64_t cacheId) { in uncache()
484 void uncacheLocked(uint64_t cacheId) REQUIRES(mMutex) { in uncacheLocked()
786 void SurfaceComposerClient::doUncacheBufferTransaction(uint64_t cacheId) { in doUncacheBufferTransaction()
821 uint64_t cacheId = 0; in cacheBuffers() local