Searched refs:speedStep (Results 1 – 2 of 2) sorted by relevance
5788 public long getTimeAtCpuSpeedStep(int speedStep, int which) { in getTimeAtCpuSpeedStep() argument5789 if (speedStep < mSpeedBins.length) { in getTimeAtCpuSpeedStep()5790 SamplingCounter c = mSpeedBins[speedStep]; in getTimeAtCpuSpeedStep()
489 public abstract long getTimeAtCpuSpeedStep(int speedStep, int which); in getTimeAtCpuSpeedStep() argument