Searched refs:POWER_CPU_ACTIVE (Results 1 – 8 of 8) sorted by relevance
81 public static final String POWER_CPU_ACTIVE = "cpu.active"; field in PowerProfile593 new CpuScalingPolicyPower(getAveragePower(POWER_CPU_ACTIVE), in initCpuScalingPolicies()1025 writePowerConstantToProto(proto, POWER_CPU_ACTIVE, PowerProfileProto.CPU_ACTIVE); in dumpDebug()
74 .setAveragePower(PowerProfile.POWER_CPU_ACTIVE, 720)
68 .setAveragePower(PowerProfile.POWER_CPU_ACTIVE, 720)
67 .setAveragePower(PowerProfile.POWER_CPU_ACTIVE, 720)
73 .setAveragePower(PowerProfile.POWER_CPU_ACTIVE, 720)
71 profile.getAveragePower(PowerProfile.POWER_CPU_ACTIVE)); in CpuPowerCalculator()
98 powerProfile.getAveragePower(PowerProfile.POWER_CPU_ACTIVE) / HOUR_IN_MILLIS; in CpuPowerStatsProcessor()
82 assertEquals(2.55, mProfile.getAveragePower(PowerProfile.POWER_CPU_ACTIVE)); in testPowerProfile()