Searched refs:mCpuClusters (Results 1 – 1 of 1) sorted by relevance
346 private CpuClusterKey[] mCpuClusters; field in PowerProfile356 mCpuClusters = new CpuClusterKey[data.length]; in initCpuClusters()359 mCpuClusters[cluster] = new CpuClusterKey( in initCpuClusters()365 mCpuClusters = new CpuClusterKey[1]; in initCpuClusters()370 mCpuClusters[0] = new CpuClusterKey(CPU_CORE_SPEED_PREFIX + 0, in initCpuClusters()392 return mCpuClusters.length; in getNumCpuClusters()396 return mCpuClusters[cluster].numCpus; in getNumCoresInCpuCluster()401 if (cluster < 0 || cluster >= mCpuClusters.length) { in getNumSpeedStepsInCpuCluster()404 if (sPowerArrayMap.containsKey(mCpuClusters[cluster].freqKey)) { in getNumSpeedStepsInCpuCluster()405 return sPowerArrayMap.get(mCpuClusters[cluster].freqKey).length; in getNumSpeedStepsInCpuCluster()[all …]