HomeSort by relevance Sort by last modified time
    Searched refs:getNumCoresInCpuCluster (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
PowerProfileTest.java 44 assertEquals(4, mProfile.getNumCoresInCpuCluster(0));
45 assertEquals(4, mProfile.getNumCoresInCpuCluster(1));
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 378 public int getNumCoresInCpuCluster(int cluster) {
BatteryStatsImpl.java     [all...]
  /frameworks/base/services/core/java/com/android/server/stats/
StatsCompanionService.java 198 firstCpuOfCluster += powerProfile.getNumCoresInCpuCluster(i);
    [all...]

Completed in 393 milliseconds