Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DPowerProfile.java377 private final String clusterPowerKey; field in PowerProfile.CpuClusterKey
381 private CpuClusterKey(String freqKey, String clusterPowerKey, in CpuClusterKey() argument
384 this.clusterPowerKey = clusterPowerKey; in CpuClusterKey()
415 return getAveragePower(mCpuClusters[cluster].clusterPowerKey); in getAveragePowerForCpuCluster()
530 sPowerItemMap.get(mCpuClusters[cluster].clusterPowerKey)); in dumpDebug()