Home
last modified time | relevance | path

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

/frameworks/base/cmds/incident_helper/src/parsers/
DCpuFreqParser.cpp40 const int numCpus = (int)header.size() - 1; in Parse() local
41 vector<pair<int, long long>> cpucores[numCpus]; in Parse()
54 for (int i=0; i<numCpus; i++) { in Parse()
67 for (int i=0; i<numCpus; i++) { in Parse()
/frameworks/base/core/java/com/android/internal/os/
DPowerProfile.java350 int numCpus = 1; in initCpuClusters() local
352 numCpus = (int) Math.round(sPowerItemMap.get(CPU_PER_CLUSTER_CORE_COUNT)); in initCpuClusters()
355 CPU_CLUSTER_POWER_COUNT + 0, CPU_CORE_POWER_PREFIX + 0, numCpus); in initCpuClusters()
363 private final int numCpus; field in PowerProfile.CpuClusterKey
366 String corePowerKey, int numCpus) { in CpuClusterKey() argument
370 this.numCpus = numCpus; in CpuClusterKey()
379 return mCpuClusters[cluster].numCpus; in getNumCoresInCpuCluster()