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

/system/core/libutils/
H A DBlobCache.cpp332 mValue(value) {
337 mValue(ce.mValue) {
346 mValue = rhs.mValue;
355 return mValue;
359 mValue = value;
/system/core/include/utils/
H A DBlobCache.h167 // mValue is the cached data associated with the key.
168 sp<Blob> mValue; member in class:android::BlobCache::CacheEntry

Completed in 485 milliseconds