Searched refs:getNumCoresInCpuCluster (Results 1 – 3 of 3) sorted by relevance
44 assertEquals(4, mProfile.getNumCoresInCpuCluster(0)); in testPowerProfile()45 assertEquals(4, mProfile.getNumCoresInCpuCluster(1)); in testPowerProfile()
395 public int getNumCoresInCpuCluster(int cluster) { in getNumCoresInCpuCluster() method in PowerProfile
345 firstCpuOfCluster += powerProfile.getNumCoresInCpuCluster(i); in StatsCompanionService()