Searched refs:mMemFactorDurations (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ProcessStats.java | 203 public final long[] mMemFactorDurations = new long[ADJ_COUNT]; field in ProcessStats 364 + other.mMemFactorDurations[i] + " from " in add() 365 + mMemFactorDurations[i]); in add() 366 mMemFactorDurations[i] += other.mMemFactorDurations[i]; in add() 443 long memTime = mMemFactorDurations[memBucket]; in computeTotalMemoryUse() 610 Arrays.fill(mMemFactorDurations, 0); in resetCommon() 894 mMemFactorDurations[mMemFactor] += now - mStartTime; in writeToParcel() 897 writeCompactedLongArray(out, mMemFactorDurations, mMemFactorDurations.length); in writeToParcel() 1079 readCompactedLongArray(in, version, mMemFactorDurations, mMemFactorDurations.length); in readFromParcel() 1516 long totalTime = DumpUtils.dumpSingleTime(null, null, mMemFactorDurations, mMemFactor, in dumpLocked() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessStatsService.java | 160 mProcessStats.mMemFactorDurations[mProcessStats.mMemFactor] in setMemFactorLocked()
|