Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/incident_helper/src/parsers/
H A 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()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java472 int numCpus = 1; in initCpuClusters() local
474 numCpus = (int) Math.round(sPowerItemMap.get(CPU_PER_CLUSTER_CORE_COUNT)); in initCpuClusters()
477 CPU_CLUSTER_POWER_COUNT + 0, CPU_CORE_POWER_PREFIX + 0, numCpus); in initCpuClusters()
575 public final int numCpus; field in PowerProfile.CpuClusterKey
579 String corePowerKey, int numCpus) { in CpuClusterKey() argument
583 this.numCpus = numCpus; in CpuClusterKey()
596 return mCpuClusters[cluster].numCpus; in getNumCoresInCpuCluster()
927 proto.write(PowerProfileProto.CpuCluster.CORES, mCpuClusters[cluster].numCpus); in dumpDebug()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75007 Lcom/android/internal/os/PowerProfile$CpuClusterKey;->numCpus:I