Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DPowerProfile.java335 private final int numCpus; field in PowerProfile.CpuClusterKey
337 private CpuClusterKey(String timeKey, String powerKey, int numCpus) { in CpuClusterKey() argument
340 this.numCpus = numCpus; in CpuClusterKey()
349 return mCpuClusters[index].numCpus; in getNumCoresInCpuCluster()