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()
DKernelCpuUidFreqTimeReaderTest.java293 when(mPowerProfile.getNumCpuClusters()).thenReturn(numClusters); in setCpuClusterFreqs()
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()
/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.java389 final int numClusters = powerProfile.getNumCpuClusters(); in readFreqs()
DBatteryStatsImpl.java8576 … if (mBsi.mPowerProfile != null && mBsi.mPowerProfile.getNumCpuClusters() != numCpuClusters) { in readFromParcelLocked()
9880 final int numClusters = mPowerProfile.getNumCpuClusters(); in setPowerProfileLocked()
11701 final int numClusters = mPowerProfile.getNumCpuClusters(); in updateClusterSpeedTimes()
11853 final int numClusters = mPowerProfile.getNumCpuClusters(); in readKernelUidCpuFreqTimesLocked()
13821 if (mPowerProfile != null && mPowerProfile.getNumCpuClusters() != numClusters) { in readSummaryFromParcel()
/frameworks/base/services/core/java/com/android/server/stats/
DStatsCompanionService.java338 final int numClusters = powerProfile.getNumCpuClusters(); in StatsCompanionService()
/frameworks/base/config/
Dboot-image-profile.txt21338 HSPLcom/android/internal/os/PowerProfile;->getNumCpuClusters()I