Searched refs:mCpuClusters (Results 1 – 1 of 1) sorted by relevance
330 private CpuClusterKey[] mCpuClusters; field in PowerProfile340 mCpuClusters = new CpuClusterKey[data.length]; in initCpuClusters()343 mCpuClusters[cluster] = new CpuClusterKey( in initCpuClusters()349 mCpuClusters = new CpuClusterKey[1]; in initCpuClusters()354 mCpuClusters[0] = new CpuClusterKey(CPU_CORE_SPEED_PREFIX + 0, in initCpuClusters()375 return mCpuClusters.length; in getNumCpuClusters()379 return mCpuClusters[cluster].numCpus; in getNumCoresInCpuCluster()383 if (cluster < 0 || cluster >= mCpuClusters.length) { in getNumSpeedStepsInCpuCluster()386 if (sPowerArrayMap.containsKey(mCpuClusters[cluster].freqKey)) { in getNumSpeedStepsInCpuCluster()387 return sPowerArrayMap.get(mCpuClusters[cluster].freqKey).length; in getNumSpeedStepsInCpuCluster()[all …]