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

/frameworks/native/libs/utils/
H A DBlobCache.cpp40 mMaxValueSize(maxValueSize),
61 if (mMaxValueSize < valueSize) {
63 valueSize, mMaxValueSize);
/frameworks/native/include/utils/
H A DBlobCache.h224 // mMaxValueSize is the maximum value size that will be cached. Calls to
225 // BlobCache::set with a valueSize parameter larger than mMaxValueSize will
227 const size_t mMaxValueSize; member in class:android::BlobCache

Completed in 161 milliseconds