Searched refs:mLastCpuTime (Results 1 – 5 of 5) sorted by relevance
135 final AtomicLong mLastCpuTime = new AtomicLong(0); field in ProcessProfileRecord648 final long lastCpuTime = mLastCpuTime.get(); in dumpCputime()
309 private final AtomicLong mLastCpuTime = new AtomicLong(0); field in AppProfiler1784 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()
4301 long lastCpuTime = r.mProfile.mLastCpuTime.get(); in writeProcessOomListToProto()4439 long lastCpuTime = r.mProfile.mLastCpuTime.get(); in dumpProcessOomList()
2782 app.mProfile.mLastCpuTime.set(0); in applyOomAdjLSP()
14279 final long lastCpuTime = profile.mLastCpuTime.get(); in updateAppProcessCpuTimeLPr()14297 profile.mLastCpuTime.set(curCpuTime); in updateAppProcessCpuTimeLPr()