Searched refs:mUserCpuTime (Results 1 – 1 of 1) sorted by relevance
4411 LongSamplingCounter mUserCpuTime = new LongSamplingCounter(mOnBatteryTimeBase); field in BatteryStatsImpl.Uid4997 return mUserCpuTime.getCountLocked(which); in getUserCpuTimeUs()5128 mUserCpuTime.reset(false); in reset()5280 mUserCpuTime.detach(); in reset()5460 mUserCpuTime.writeToParcel(out); in writeToParcelLocked()5652 mUserCpuTime = new LongSamplingCounter(mOnBatteryTimeBase, in); in readFromParcelLocked()8069 u.mUserCpuTime.addCountLocked(userTimeUs); in updateCpuTimeLocked()8114 timer.mUid.mUserCpuTime.addCountLocked(userTimeUs); in updateCpuTimeLocked()8138 u.mUserCpuTime.addCountLocked(mTempTotalCpuUserTimeUs); in updateCpuTimeLocked()9303 u.mUserCpuTime.readSummaryFromParcelLocked(in); in readSummaryFromParcel()[all …]