Searched refs:getNumSpeedStepsInCpuCluster (Results 1 – 9 of 9) sorted by relevance
51 assertEquals(3, mProfile.getNumSpeedStepsInCpuCluster(0)); in testPowerProfile()53 assertEquals(4, mProfile.getNumSpeedStepsInCpuCluster(1)); in testPowerProfile()
212 when(mPowerProfile.getNumSpeedStepsInCpuCluster(i)) in testUpdateClusterSpeedTimes()629 when(mPowerProfile.getNumSpeedStepsInCpuCluster(i)) in testReadKernelUidCpuFreqTimesLocked_perClusterTimesAvailable()739 when(mPowerProfile.getNumSpeedStepsInCpuCluster(i)) in testReadKernelUidCpuFreqTimesLocked_partialTimers()
339 when(mPowerProfile.getNumSpeedStepsInCpuCluster(i)).thenReturn(clusterFreqs[i]); in setCpuClusterFreqs()
40 final int speedsForCluster = mProfile.getNumSpeedStepsInCpuCluster(cluster); in calculateApp()
403 public int getNumSpeedStepsInCpuCluster(int cluster) { in getNumSpeedStepsInCpuCluster() method in PowerProfile
411 if (numClusterFreqs.get(i) != powerProfile.getNumSpeedStepsInCpuCluster(i)) { in readFreqs()
8598 … mBsi.mPowerProfile.getNumSpeedStepsInCpuCluster(cluster) != numSpeeds) { in readFromParcelLocked()9897 final int numSpeedSteps = mPowerProfile.getNumSpeedStepsInCpuCluster(i); in setPowerProfileLocked()11900 final int speedsInCluster = mPowerProfile.getNumSpeedStepsInCpuCluster(cluster); in readKernelUidCpuFreqTimesLocked()11946 final int speedsInCluster = mPowerProfile.getNumSpeedStepsInCpuCluster(cluster); in readKernelUidCpuFreqTimesLocked()13829 mPowerProfile.getNumSpeedStepsInCpuCluster(cluster) != NSB) { in readSummaryFromParcel()
344 final int numSpeedSteps = powerProfile.getNumSpeedStepsInCpuCluster(i); in StatsCompanionService()
21339 HSPLcom/android/internal/os/PowerProfile;->getNumSpeedStepsInCpuCluster(I)I