Searched refs:mMemFactorDurations (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ProcessStats.java | 171 public final long[] mMemFactorDurations = new long[ADJ_COUNT]; field in ProcessStats 310 + other.mMemFactorDurations[i] + " from " in add() 311 + mMemFactorDurations[i]); in add() 312 mMemFactorDurations[i] += other.mMemFactorDurations[i]; in add() 387 long memTime = mMemFactorDurations[memBucket]; in computeTotalMemoryUse() 544 Arrays.fill(mMemFactorDurations, 0); in resetCommon() 820 mMemFactorDurations[mMemFactor] += now - mStartTime; in writeToParcel() 823 writeCompactedLongArray(out, mMemFactorDurations, mMemFactorDurations.length); in writeToParcel() 995 readCompactedLongArray(in, version, mMemFactorDurations, mMemFactorDurations.length); in readFromParcel() 1286 long totalTime = DumpUtils.dumpSingleTime(null, null, mMemFactorDurations, mMemFactor, in dumpLocked() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessStatsService.java | 150 mProcessStats.mMemFactorDurations[mProcessStats.mMemFactor] in setMemFactorLocked()
|