Searched refs:addToHotCache (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | MultifileBlobCache.cpp | 254 if (!addToHotCache(entryHash, fd, mappedEntry, fileSize)) { in MultifileBlobCache() 355 if (!addToHotCache(entryHash, -1, buffer, fileSize)) { in set() 468 if (!addToHotCache(entryHash, fd, cacheEntry, fileSize)) { in get() 653 bool MultifileBlobCache::addToHotCache(uint32_t newEntryHash, int newFd, uint8_t* newEntryBuffer, in addToHotCache() function in android::MultifileBlobCache
|
D | MultifileBlobCache.h | 141 bool addToHotCache(uint32_t entryHash, int fd, uint8_t* entryBufer, size_t entrySize);
|