Searched defs:entryHash (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | MultifileBlobCache.cpp | 166 uint32_t entryHash = static_cast<uint32_t>(strtoul(entry->d_name, nullptr, 10)); in MultifileBlobCache() local 331 uint32_t entryHash = android::JenkinsHashMixBytes(0, static_cast<const uint8_t*>(key), keySize); in set() local 424 uint32_t entryHash = android::JenkinsHashMixBytes(0, static_cast<const uint8_t*>(key), keySize); in get() local 569 uint32_t entryHash = hotCacheIter->first; in finish() local 685 void MultifileBlobCache::trackEntry(uint32_t entryHash, EGLsizeiANDROID valueSize, size_t fileSize, in trackEntry() 704 bool MultifileBlobCache::removeEntry(uint32_t entryHash) { in removeEntry() 733 MultifileEntryStats MultifileBlobCache::getEntryStats(uint32_t entryHash) { in getEntryStats() 748 void MultifileBlobCache::updateEntryTime(uint32_t entryHash, const timespec& newTime) { in updateEntryTime() 824 bool MultifileBlobCache::removeFromHotCache(uint32_t entryHash) { in removeFromHotCache() 851 uint32_t entryHash = entryStats.entryHash; in applyLRU() local [all …]
|
D | MultifileBlobCache.h | 52 uint32_t entryHash; member 83 void initWriteToDisk(uint32_t entryHash, std::string fullPath, uint8_t* buffer, in initWriteToDisk()
|
D | MultifileBlobCache_test.cpp | 899 uint32_t entryHash = in TEST_F() local
|