Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DMultifileBlobCache.cpp111 uint32_t entryHash = static_cast<uint32_t>(strtoul(entry->d_name, nullptr, 10)); in MultifileBlobCache() local
268 uint32_t entryHash = android::JenkinsHashMixBytes(0, static_cast<const uint8_t*>(key), keySize); in set() local
340 uint32_t entryHash = android::JenkinsHashMixBytes(0, static_cast<const uint8_t*>(key), keySize); in get() local
462 uint32_t entryHash = hotCacheIter->first; in finish() local
472 void MultifileBlobCache::trackEntry(uint32_t entryHash, EGLsizeiANDROID valueSize, size_t fileSize, in trackEntry()
482 MultifileEntryStats MultifileBlobCache::getEntryStats(uint32_t entryHash) { in getEntryStats()
538 bool MultifileBlobCache::removeFromHotCache(uint32_t entryHash) { in removeFromHotCache()
563 uint32_t entryHash = cacheEntryIter->first; in applyLRU() local
630 uint32_t entryHash = task.getEntryHash(); in processTask() local
DMultifileBlobCache.h68 void initWriteToDisk(uint32_t entryHash, std::string fullPath, uint8_t* buffer, in initWriteToDisk()