Searched refs:rpmt (Results 1 – 1 of 1) sorted by relevance
3010 SamplingTimer rpmt = mRpmStats.get(name); in getRpmTimerLocked() local3011 if (rpmt == null) { in getRpmTimerLocked()3012 rpmt = new SamplingTimer(mClocks, mOnBatteryTimeBase); in getRpmTimerLocked()3013 mRpmStats.put(name, rpmt); in getRpmTimerLocked()3015 return rpmt; in getRpmTimerLocked()3020 SamplingTimer rpmt = mScreenOffRpmStats.get(name); in getScreenOffRpmTimerLocked() local3021 if (rpmt == null) { in getScreenOffRpmTimerLocked()3022 rpmt = new SamplingTimer(mClocks, mOnBatteryScreenOffTimeBase); in getScreenOffRpmTimerLocked()3023 mScreenOffRpmStats.put(name, rpmt); in getScreenOffRpmTimerLocked()3025 return rpmt; in getScreenOffRpmTimerLocked()[all …]