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.java340 private final int numCpus; field in PowerProfile.CpuClusterKey
342 private CpuClusterKey(String timeKey, String powerKey, int numCpus) { in CpuClusterKey() argument
345 this.numCpus = numCpus; in CpuClusterKey()
354 return mCpuClusters[index].numCpus; in getNumCoresInCpuCluster()