Searched refs:rpmt (Results 1 – 1 of 1) sorted by relevance
4291 SamplingTimer rpmt = mRpmStats.get(name); in getRpmTimerLocked() local4292 if (rpmt == null) { in getRpmTimerLocked()4293 rpmt = new SamplingTimer(mClock, mOnBatteryTimeBase); in getRpmTimerLocked()4294 mRpmStats.put(name, rpmt); in getRpmTimerLocked()4296 return rpmt; in getRpmTimerLocked()4301 SamplingTimer rpmt = mScreenOffRpmStats.get(name); in getScreenOffRpmTimerLocked() local4302 if (rpmt == null) { in getScreenOffRpmTimerLocked()4303 rpmt = new SamplingTimer(mClock, mOnBatteryScreenOffTimeBase); in getScreenOffRpmTimerLocked()4304 mScreenOffRpmStats.put(name, rpmt); in getScreenOffRpmTimerLocked()4306 return rpmt; in getScreenOffRpmTimerLocked()[all …]