HomeSort by relevance Sort by last modified time
    Searched refs:mMaxValueSize (Results 1 - 2 of 2) sorted by null

  /frameworks/base/include/utils/
BlobCache.h 224 // 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;
  /frameworks/base/libs/utils/
BlobCache.cpp 40 mMaxValueSize(maxValueSize),
61 if (mMaxValueSize < valueSize) {
63 valueSize, mMaxValueSize);

Completed in 17 milliseconds