Searched refs:mMemFactorDurations (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ProcessStats.java | 195 public final long[] mMemFactorDurations = new long[ADJ_COUNT]; field in ProcessStats 344 + other.mMemFactorDurations[i] + " from " in add() 345 + mMemFactorDurations[i]); in add() 346 mMemFactorDurations[i] += other.mMemFactorDurations[i]; in add() 421 long memTime = mMemFactorDurations[memBucket]; in computeTotalMemoryUse() 587 Arrays.fill(mMemFactorDurations, 0); in resetCommon() 870 mMemFactorDurations[mMemFactor] += now - mStartTime; in writeToParcel() 873 writeCompactedLongArray(out, mMemFactorDurations, mMemFactorDurations.length); in writeToParcel() 1054 readCompactedLongArray(in, version, mMemFactorDurations, mMemFactorDurations.length); in readFromParcel() 1462 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()
|