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 152 // mMaxValueSize is the maximum value size that will be cached. Calls to
153 // BlobCache::set with a valueSize parameter larger than mMaxValueSize will
155 const size_t mMaxValueSize;
  /frameworks/base/libs/utils/
BlobCache.cpp 30 mMaxValueSize(maxValueSize),
51 if (mMaxValueSize < valueSize) {
53 valueSize, mMaxValueSize);

Completed in 704 milliseconds