Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java451 private static final String CPU_PER_CLUSTER_CORE_COUNT = "cpu.clusters.cores"; field in PowerProfile
460 if (sPowerArrayMap.containsKey(CPU_PER_CLUSTER_CORE_COUNT)) { in initCpuClusters()
461 final Double[] data = sPowerArrayMap.get(CPU_PER_CLUSTER_CORE_COUNT); in initCpuClusters()
473 if (sPowerItemMap.containsKey(CPU_PER_CLUSTER_CORE_COUNT)) { in initCpuClusters()
474 numCpus = (int) Math.round(sPowerItemMap.get(CPU_PER_CLUSTER_CORE_COUNT)); in initCpuClusters()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75013 Lcom/android/internal/os/PowerProfile;->CPU_PER_CLUSTER_CORE_COUNT:Ljava/lang/String;