Home
last modified time | relevance | path

Searched defs:powerProfile (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/stats/
DPhonePowerCalculator.java32 public PhonePowerCalculator(PowerProfile powerProfile) { in PhonePowerCalculator()
DVideoPowerCalculator.java40 public VideoPowerCalculator(PowerProfile powerProfile) { in VideoPowerCalculator()
DAudioPowerCalculator.java43 public AudioPowerCalculator(PowerProfile powerProfile) { in AudioPowerCalculator()
DIdlePowerCalculator.java38 public IdlePowerCalculator(PowerProfile powerProfile) { in IdlePowerCalculator()
DCustomEnergyConsumerPowerCalculator.java38 public CustomEnergyConsumerPowerCalculator(PowerProfile powerProfile) { in CustomEnergyConsumerPowerCalculator()
DAmbientDisplayPowerCalculator.java39 public AmbientDisplayPowerCalculator(PowerProfile powerProfile) { in AmbientDisplayPowerCalculator()
DSystemServicePowerCalculator.java44 public SystemServicePowerCalculator(PowerProfile powerProfile) { in SystemServicePowerCalculator()
DScreenPowerCalculator.java53 public ScreenPowerCalculator(PowerProfile powerProfile) { in ScreenPowerCalculator()
/frameworks/base/core/java/android/os/connectivity/
DWifiActivityEnergyInfo.java112 PowerProfile powerProfile = new PowerProfile(context); in calculateEnergyMicroJoules() local
/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
DMockBatteryStatsImpl.java138 public MockBatteryStatsImpl setPowerProfile(PowerProfile powerProfile) { in setPowerProfile()
/frameworks/base/core/java/com/android/internal/os/
DKernelCpuUidTimeReader.java406 public long[] readFreqs(@NonNull PowerProfile powerProfile) { in readFreqs()