Searched refs:entryHash (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | MultifileBlobCache.cpp | 151 uint32_t entryHash = static_cast<uint32_t>(strtoul(entry->d_name, nullptr, 10)); in MultifileBlobCache() local 153 ALOGV("INIT: Checking entry %u", entryHash); in MultifileBlobCache() 164 ALOGE("INIT: Entry %u has invalid stats! Removing.", entryHash); in MultifileBlobCache() 192 ALOGE("INIT: Entry %u has bad magic (%u)! Removing.", entryHash, header.magic); in MultifileBlobCache() 220 ALOGV("INIT: Entry %u failed CRC check! Removing.", entryHash); in MultifileBlobCache() 231 entryHash, header.keySize, header.valueSize); in MultifileBlobCache() 239 ALOGV("INIT: Entry %u is good, tracking it now.", entryHash); in MultifileBlobCache() 242 trackEntry(entryHash, header.valueSize, fileSize, st.st_atime); in MultifileBlobCache() 251 fd, mappedEntry, entryHash); in MultifileBlobCache() 254 if (!addToHotCache(entryHash, fd, mappedEntry, fileSize)) { in MultifileBlobCache() [all …]
|
D | MultifileBlobCache.h | 79 void initWriteToDisk(uint32_t entryHash, std::string fullPath, uint8_t* buffer, in initWriteToDisk() argument 82 mEntryHash = entryHash; in initWriteToDisk() 126 void trackEntry(uint32_t entryHash, EGLsizeiANDROID valueSize, size_t fileSize, 128 bool contains(uint32_t entryHash) const; 129 bool removeEntry(uint32_t entryHash); 130 MultifileEntryStats getEntryStats(uint32_t entryHash); 135 size_t getFileSize(uint32_t entryHash); 136 size_t getValueSize(uint32_t entryHash); 141 bool addToHotCache(uint32_t entryHash, int fd, uint8_t* entryBufer, size_t entrySize); 142 bool removeFromHotCache(uint32_t entryHash);
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/ |
D | LayerState.h | 354 size_t entryHash = 0; 355 hashCombineSingleHashed(entryHash, 357 hashCombineSingleHashed(entryHash, 360 hash ^= entryHash;
|