Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DSystemServicePowerCalculatorTest.java64 .setAveragePower(PowerProfile.POWER_CPU_ACTIVE, 720)
H A DCpuPowerCalculatorTest.java67 .setAveragePower(PowerProfile.POWER_CPU_ACTIVE, 720)
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DCpuPowerCalculator.java66 profile.getAveragePower(PowerProfile.POWER_CPU_ACTIVE)); in CpuPowerCalculator()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java79 public static final String POWER_CPU_ACTIVE = "cpu.active"; field in PowerProfile
916 writePowerConstantToProto(proto, POWER_CPU_ACTIVE, PowerProfileProto.CPU_ACTIVE); in dumpDebug()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DPowerProfileTest.java79 assertEquals(2.55, mProfile.getAveragePower(PowerProfile.POWER_CPU_ACTIVE)); in testPowerProfile()