Home
last modified time | relevance | path

Searched refs:mLastCpuTime (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessProfileRecord.java135 final AtomicLong mLastCpuTime = new AtomicLong(0); field in ProcessProfileRecord
648 final long lastCpuTime = mLastCpuTime.get(); in dumpCputime()
DAppProfiler.java309 private final AtomicLong mLastCpuTime = new AtomicLong(0); field in AppProfiler
1784 if (mLastCpuTime.get() >= now - MONITOR_CPU_MIN_TIME) { in updateCpuStats()
1801 && mLastCpuTime.get() < (now - MONITOR_CPU_MIN_TIME)) { in updateCpuStatsNow()
1802 mLastCpuTime.set(now); in updateCpuStatsNow()
1867 profile.mLastCpuTime.compareAndSet(0, curCpuTime); in updateCpuStatsNow()
1936 long nextCpuDelay = (mLastCpuTime.get() + MONITOR_CPU_MAX_TIME) - now; in run()
DProcessList.java4301 long lastCpuTime = r.mProfile.mLastCpuTime.get(); in writeProcessOomListToProto()
4439 long lastCpuTime = r.mProfile.mLastCpuTime.get(); in dumpProcessOomList()
DOomAdjuster.java2782 app.mProfile.mLastCpuTime.set(0); in applyOomAdjLSP()
DActivityManagerService.java14279 final long lastCpuTime = profile.mLastCpuTime.get(); in updateAppProcessCpuTimeLPr()
14297 profile.mLastCpuTime.set(curCpuTime); in updateAppProcessCpuTimeLPr()