Searched refs:newEntryHash (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | MultifileBlobCache.cpp | 653 bool MultifileBlobCache::addToHotCache(uint32_t newEntryHash, int newFd, uint8_t* newEntryBuffer, in addToHotCache() argument 655 ALOGV("HOTCACHE(ADD): Adding %u to hot cache", newEntryHash); in addToHotCache() 662 mHotCacheSize, newEntrySize, mHotCacheLimit, newEntryHash); in addToHotCache() 665 ALOGV("HOTCACHE(ADD): Waiting for work to complete for %u", newEntryHash); in addToHotCache() 689 mHotCache[newEntryHash] = {newFd, newEntryBuffer, newEntrySize}; in addToHotCache()
|