Home
last modified time | relevance | path

Searched refs:SamplingCounter (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java759 public static class SamplingCounter extends Counter { class in BatteryStatsImpl
760 SamplingCounter(TimeBase timeBase, Parcel in) { in SamplingCounter() method in BatteryStatsImpl.SamplingCounter
764 SamplingCounter(TimeBase timeBase) { in SamplingCounter() method in BatteryStatsImpl.SamplingCounter
5489 SamplingCounter[] mSpeedBins;
5496 mSpeedBins = new SamplingCounter[getCpuSpeedSteps()]; in Proc()
5519 SamplingCounter c = mSpeedBins[i]; in reset()
5531 SamplingCounter c = mSpeedBins[i]; in detach()
5633 SamplingCounter c = mSpeedBins[i]; in writeToParcelLocked()
5667 mSpeedBins = new SamplingCounter[bins >= steps ? bins : steps]; in readFromParcelLocked()
5670 mSpeedBins[i] = new SamplingCounter(mOnBatteryTimeBase, in); in readFromParcelLocked()
[all …]