Home
last modified time | relevance | path

Searched refs:mCurrentValues (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaMemoryTracer.cpp47 auto sizeResult = mCurrentValues.find("size"); in processElement()
48 if (sizeResult != mCurrentValues.end()) { in processElement()
53 mCurrentValues.clear(); in processElement()
58 auto purgeableResult = mCurrentValues.find("purgeable_size"); in processElement()
59 if (purgeableResult != mCurrentValues.end()) { in processElement()
66 auto typeResult = mCurrentValues.find("type"); in processElement()
67 if (typeResult != mCurrentValues.end()) { in processElement()
81 auto categoryResult = mCurrentValues.find(mCategoryKey); in processElement()
82 if (categoryResult != mCurrentValues.end()) { in processElement()
107 mCurrentValues.clear(); in processElement()
[all …]
DATraceMemoryDump.cpp103 for (auto& it : mCurrentValues) { in startFrame()
122 for (auto& it : mCurrentValues) { in logTraces()
148 auto memoryCounter = mCurrentValues.find(mCategory); in recordAndResetCountersIfNeeded()
149 if (memoryCounter != mCurrentValues.end()) { in recordAndResetCountersIfNeeded()
159 mCurrentValues[mCategory] = {mLastDumpValue, mLastPurgeableDumpValue}; in recordAndResetCountersIfNeeded()
DATraceMemoryDump.h70 std::unordered_map<std::string, TraceValue> mCurrentValues; variable
DSkiaMemoryTracer.h82 std::unordered_map<const char*, TraceValue> mCurrentValues; variable
/frameworks/base/core/java/android/content/
DRestrictionEntry.java131 private String[] mCurrentValues; field in RestrictionEntry
180 this.mCurrentValues = selectedStrings; in RestrictionEntry()
277 return mCurrentValues; in getAllSelectedStrings()
328 mCurrentValues = allSelectedStrings; in setAllSelectedStrings()
463 if (mCurrentValues == null && other.mCurrentValues == null in equals()
470 && Arrays.equals(mCurrentValues, other.mCurrentValues)) { in equals()
487 } else if (mCurrentValues != null) { in hashCode()
488 for (String value : mCurrentValues) { in hashCode()
507 mCurrentValues = in.readStringArray(); in RestrictionEntry()
531 dest.writeStringArray(mCurrentValues); in writeToParcel()
[all …]
/frameworks/native/libs/renderengine/skia/debug/
DSkiaMemoryReporter.cpp48 mCurrentValues.clear(); in resetCurrentElement()
64 auto sizeResult = mCurrentValues.find("size"); in processCurrentElement()
65 if (sizeResult != mCurrentValues.end() && sizeResult->second.value > 0) { in processCurrentElement()
76 auto purgeableResult = mCurrentValues.find("purgeable_size"); in processCurrentElement()
77 if (!mIsCurrentValueWrapped && purgeableResult != mCurrentValues.end()) { in processCurrentElement()
88 results.insert({mCurrentElement, mCurrentValues}); in processCurrentElement()
118 mCurrentValues.insert({valueName, {units, value}}); in dumpNumericValue()
DSkiaMemoryReporter.h97 std::unordered_map<const char*, TraceValue> mCurrentValues; variable
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt14039 Landroid/content/RestrictionEntry;->mCurrentValues:[Ljava/lang/String;