Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DPowerProfileTest.java43 assertEquals(2, mProfile.getNumCpuClusters()); in testPowerProfile()
DBatteryStatsCpuTimesTest.java210 when(mPowerProfile.getNumCpuClusters()).thenReturn(clusterSpeedTimesMs.length); in testUpdateClusterSpeedTimes()
627 when(mPowerProfile.getNumCpuClusters()).thenReturn(clusterFreqs.length); in testReadKernelUidCpuFreqTimesLocked_perClusterTimesAvailable()
737 when(mPowerProfile.getNumCpuClusters()).thenReturn(clusterFreqs.length); in testReadKernelUidCpuFreqTimesLocked_partialTimers()
DKernelCpuUidFreqTimeReaderTest.java337 when(mPowerProfile.getNumCpuClusters()).thenReturn(numClusters); in setCpuClusterFreqs()
/frameworks/base/core/java/com/android/internal/os/
DCpuPowerCalculator.java36 final int numClusters = mProfile.getNumCpuClusters(); in calculateApp()
DPowerProfile.java391 public int getNumCpuClusters() { in getNumCpuClusters() method in PowerProfile
DKernelCpuUidTimeReader.java407 final int numClusters = powerProfile.getNumCpuClusters(); in readFreqs()
DBatteryStatsImpl.java8602 … if (mBsi.mPowerProfile != null && mBsi.mPowerProfile.getNumCpuClusters() != numCpuClusters) { in readFromParcelLocked()
9910 final int numClusters = mPowerProfile.getNumCpuClusters(); in setPowerProfileLocked()
11724 final int numClusters = mPowerProfile.getNumCpuClusters(); in updateClusterSpeedTimes()
11876 final int numClusters = mPowerProfile.getNumCpuClusters(); in readKernelUidCpuFreqTimesLocked()
13826 if (mPowerProfile != null && mPowerProfile.getNumCpuClusters() != numClusters) { in readSummaryFromParcel()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java707 final int numClusters = powerProfile.getNumCpuClusters(); in initializePullersState()
/frameworks/base/config/
Dboot-image-profile.txt29137 HSPLcom/android/internal/os/PowerProfile;->getNumCpuClusters()I