Searched refs:maxKeySize (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DBlobCache.h41 // with key and value sizes less than or equal to maxKeySize and
44 BlobCache(size_t maxKeySize, size_t maxValueSize, size_t maxTotalSize);
51 // put in the cache (based on the maxKeySize, maxValueSize, and maxTotalSize
/system/core/libutils/
H A DBlobCache.cpp39 BlobCache::BlobCache(size_t maxKeySize, size_t maxValueSize, size_t maxTotalSize): argument
40 mMaxKeySize(maxKeySize),

Completed in 32 milliseconds