Searched refs:rpmt (Results 1 – 1 of 1) sorted by relevance
3086 SamplingTimer rpmt = mRpmStats.get(name); in getRpmTimerLocked() local3087 if (rpmt == null) { in getRpmTimerLocked()3088 rpmt = new SamplingTimer(mClocks, mOnBatteryTimeBase); in getRpmTimerLocked()3089 mRpmStats.put(name, rpmt); in getRpmTimerLocked()3091 return rpmt; in getRpmTimerLocked()3096 SamplingTimer rpmt = mScreenOffRpmStats.get(name); in getScreenOffRpmTimerLocked() local3097 if (rpmt == null) { in getScreenOffRpmTimerLocked()3098 rpmt = new SamplingTimer(mClocks, mOnBatteryScreenOffTimeBase); in getScreenOffRpmTimerLocked()3099 mScreenOffRpmStats.put(name, rpmt); in getScreenOffRpmTimerLocked()3101 return rpmt; in getScreenOffRpmTimerLocked()[all …]