Searched refs:maxValueSize (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/utils/
H A DBlobCache.h41 // maxValueSize, respectively. The total combined size of ALL cache entries
43 BlobCache(size_t maxKeySize, size_t maxValueSize, size_t maxTotalSize);
50 // put in the cache (based on the maxKeySize, maxValueSize, and maxTotalSize
/frameworks/native/libs/utils/
H A DBlobCache.cpp38 BlobCache::BlobCache(size_t maxKeySize, size_t maxValueSize, size_t maxTotalSize): argument
40 mMaxValueSize(maxValueSize),
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp43 static const size_t maxValueSize = MAX_EGL_CACHE_ENTRY_SIZE; variable
198 mBlobCache = new BlobCache(maxKeySize, maxValueSize, maxTotalSize);

Completed in 638 milliseconds