Searched refs:addCpuTimeLocked (Results 1 – 2 of 2) sorted by relevance
7828 public void addCpuTimeLocked(int utime, int stime) { in addCpuTimeLocked() method in BatteryStatsImpl.Uid.Proc10289 proc.addCpuTimeLocked(userTimeUs / 1000, systemTimeUs / 1000); in updateCpuTimeLocked()10313 proc.addCpuTimeLocked((int) mTempTotalCpuUserTimeUs / 1000, in updateCpuTimeLocked()
3022 ps.addCpuTimeLocked(st.rel_utime, st.rel_stime); in updateCpuStatsNow()3030 ps.addCpuTimeLocked(st.rel_utime, st.rel_stime); in updateCpuStatsNow()