Searched refs:mMemFactorDurations (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ProcessStats.java | 213 public final long[] mMemFactorDurations = new long[ADJ_COUNT]; field in ProcessStats 396 + other.mMemFactorDurations[i] + " from " in add() 397 + mMemFactorDurations[i]); in add() 398 mMemFactorDurations[i] += other.mMemFactorDurations[i]; in add() 475 long memTime = mMemFactorDurations[memBucket]; in computeTotalMemoryUse() 652 Arrays.fill(mMemFactorDurations, 0); in resetCommon() 936 mMemFactorDurations[mMemFactor] += now - mStartTime; in writeToParcel() 939 writeCompactedLongArray(out, mMemFactorDurations, mMemFactorDurations.length); in writeToParcel() 1129 readCompactedLongArray(in, version, mMemFactorDurations, mMemFactorDurations.length); in readFromParcel() 1596 long totalTime = DumpUtils.dumpSingleTime(null, null, mMemFactorDurations, mMemFactor, in dumpLocked() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessStatsService.java | 195 mProcessStats.mMemFactorDurations[mProcessStats.mMemFactor] in setMemFactorLocked()
|