Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DFlashlightPowerStatsProcessor.java25 public FlashlightPowerStatsProcessor(PowerProfile powerProfile, in FlashlightPowerStatsProcessor()
DAudioPowerStatsProcessor.java25 public AudioPowerStatsProcessor(PowerProfile powerProfile, in AudioPowerStatsProcessor()
DVideoPowerStatsProcessor.java25 public VideoPowerStatsProcessor(PowerProfile powerProfile, in VideoPowerStatsProcessor()
DPhonePowerCalculator.java32 public PhonePowerCalculator(PowerProfile powerProfile) { in PhonePowerCalculator()
DAudioPowerCalculator.java43 public AudioPowerCalculator(PowerProfile powerProfile) { in AudioPowerCalculator()
DVideoPowerCalculator.java40 public VideoPowerCalculator(PowerProfile powerProfile) { in VideoPowerCalculator()
DIdlePowerCalculator.java38 public IdlePowerCalculator(PowerProfile powerProfile) { in IdlePowerCalculator()
DMobileRadioPowerStatsProcessor.java64 public MobileRadioPowerStatsProcessor(PowerProfile powerProfile) { in MobileRadioPowerStatsProcessor()
110 private static RxTxPowerEstimators buildRxTxPowerEstimators(PowerProfile powerProfile, int rat, in buildRxTxPowerEstimators()
DCustomEnergyConsumerPowerCalculator.java38 public CustomEnergyConsumerPowerCalculator(PowerProfile powerProfile) { in CustomEnergyConsumerPowerCalculator()
DAmbientDisplayPowerCalculator.java39 public AmbientDisplayPowerCalculator(PowerProfile powerProfile) { in AmbientDisplayPowerCalculator()
DSystemServicePowerCalculator.java46 PowerProfile powerProfile) { in SystemServicePowerCalculator()
DBluetoothPowerStatsProcessor.java40 public BluetoothPowerStatsProcessor(PowerProfile powerProfile) { in BluetoothPowerStatsProcessor()
DWifiPowerStatsProcessor.java49 public WifiPowerStatsProcessor(PowerProfile powerProfile) { in WifiPowerStatsProcessor()
DScreenPowerCalculator.java53 public ScreenPowerCalculator(PowerProfile powerProfile) { in ScreenPowerCalculator()
DBatteryUsageStatsProvider.java58 PowerProfile powerProfile, CpuScalingPolicies cpuScalingPolicies, in BatteryUsageStatsProvider()
DCpuPowerStatsProcessor.java75 public CpuPowerStatsProcessor(PowerProfile powerProfile, CpuScalingPolicies scalingPolicies) { in CpuPowerStatsProcessor()
DBatteryStatsImpl.java11222 @NonNull UserInfoProvider userInfoProvider, @NonNull PowerProfile powerProfile, in BatteryStatsImpl()
11235 @NonNull UserInfoProvider userInfoProvider, @NonNull PowerProfile powerProfile, in BatteryStatsImpl()
/frameworks/base/core/java/android/os/connectivity/
DWifiActivityEnergyInfo.java115 PowerProfile powerProfile = new PowerProfile(context); in calculateEnergyMicroJoules() local
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DWifiPowerCalculatorTest.java401 PowerProfile powerProfile = mStatsRule.getPowerProfile(); in calculateEnergyMicroJoules() local
DMockBatteryStatsImpl.java162 public MockBatteryStatsImpl setPowerProfile(PowerProfile powerProfile) { in setPowerProfile()