Searched refs:mLastCpuTime (Results 1 – 5 of 5) sorted by relevance
137 final AtomicLong mLastCpuTime = new AtomicLong(0); field in ProcessProfileRecord695 final long lastCpuTime = mLastCpuTime.get(); in dumpCputime()
315 private final AtomicLong mLastCpuTime = new AtomicLong(0); field in AppProfiler2004 if (mLastCpuTime.get() >= now - MONITOR_CPU_MIN_TIME) { in updateCpuStats()2023 && mLastCpuTime.get() < (now - MONITOR_CPU_MIN_TIME)) { in updateCpuStatsNow()2024 mLastCpuTime.set(now); in updateCpuStatsNow()2089 profile.mLastCpuTime.compareAndSet(0, curCpuTime); in updateCpuStatsNow()2161 long nextCpuDelay = (mLastCpuTime.get() + MONITOR_CPU_MAX_TIME) - now; in run()
4507 long lastCpuTime = r.mProfile.mLastCpuTime.get();4645 long lastCpuTime = r.mProfile.mLastCpuTime.get();
3170 app.mProfile.mLastCpuTime.set(0); in applyOomAdjLSP()
16327 final long lastCpuTime = profile.mLastCpuTime.get(); in updateAppProcessCpuTimeLPr()16349 profile.mLastCpuTime.set(curCpuTime); in updateAppProcessCpuTimeLPr()