Searched refs:getRpmTimerLocked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2673 public SamplingTimer getRpmTimerLocked(String name) { method in class:BatteryStatsImpl
10341 getRpmTimerLocked(pName).update(pTimeUs, pCount);
10352 getRpmTimerLocked(vName).update(vTimeUs, vCount);
10368 getRpmTimerLocked(name).update(timeUs, count);
11874 getRpmTimerLocked(rpmName).readSummaryFromParcelLocked(in);

Completed in 340 milliseconds