Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DPowerProfile.java348 private static final String CPU_PER_CLUSTER_CORE_COUNT = "cpu.clusters.cores"; field in PowerProfile
354 if (sPowerArrayMap.containsKey(CPU_PER_CLUSTER_CORE_COUNT)) { in initCpuClusters()
355 final Double[] data = sPowerArrayMap.get(CPU_PER_CLUSTER_CORE_COUNT); in initCpuClusters()
367 if (sPowerItemMap.containsKey(CPU_PER_CLUSTER_CORE_COUNT)) { in initCpuClusters()
368 numCpus = (int) Math.round(sPowerItemMap.get(CPU_PER_CLUSTER_CORE_COUNT)); in initCpuClusters()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt95854 Lcom/android/internal/os/PowerProfile;->CPU_PER_CLUSTER_CORE_COUNT:Ljava/lang/String;