Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DPowerProfile.java332 private static final String CPU_PER_CLUSTER_CORE_COUNT = "cpu.clusters.cores"; field in PowerProfile
338 if (sPowerArrayMap.containsKey(CPU_PER_CLUSTER_CORE_COUNT)) { in initCpuClusters()
339 final Double[] data = sPowerArrayMap.get(CPU_PER_CLUSTER_CORE_COUNT); in initCpuClusters()
351 if (sPowerItemMap.containsKey(CPU_PER_CLUSTER_CORE_COUNT)) { in initCpuClusters()
352 numCpus = (int) Math.round(sPowerItemMap.get(CPU_PER_CLUSTER_CORE_COUNT)); in initCpuClusters()