Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DMultifileBlobCache.cpp780 bool MultifileBlobCache::addToHotCache(uint32_t newEntryHash, int newFd, uint8_t* newEntryBuffer, in addToHotCache() argument
782 ALOGV("HOTCACHE(ADD): Adding %u to hot cache", newEntryHash); in addToHotCache()
789 mHotCacheSize, newEntrySize, mHotCacheLimit, newEntryHash); in addToHotCache()
792 ALOGV("HOTCACHE(ADD): Waiting for work to complete for %u", newEntryHash); in addToHotCache()
816 mHotCache[newEntryHash] = {newFd, newEntryBuffer, newEntrySize}; in addToHotCache()