Home
last modified time | relevance | path

Searched defs:entryHash (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DMultifileBlobCache.cpp151 uint32_t entryHash = static_cast<uint32_t>(strtoul(entry->d_name, nullptr, 10)); in MultifileBlobCache() local
319 uint32_t entryHash = android::JenkinsHashMixBytes(0, static_cast<const uint8_t*>(key), keySize); in set() local
391 uint32_t entryHash = android::JenkinsHashMixBytes(0, static_cast<const uint8_t*>(key), keySize); in get() local
513 uint32_t entryHash = hotCacheIter->first; in finish() local
629 void MultifileBlobCache::trackEntry(uint32_t entryHash, EGLsizeiANDROID valueSize, size_t fileSize, in trackEntry()
639 MultifileEntryStats MultifileBlobCache::getEntryStats(uint32_t entryHash) { in getEntryStats()
697 bool MultifileBlobCache::removeFromHotCache(uint32_t entryHash) { in removeFromHotCache()
722 uint32_t entryHash = cacheEntryIter->first; in applyLRU() local
826 uint32_t entryHash = task.getEntryHash(); in processTask() local
DMultifileBlobCache.h79 void initWriteToDisk(uint32_t entryHash, std::string fullPath, uint8_t* buffer, in initWriteToDisk()