Searched defs:powerProfile (Results 1 – 20 of 20) sorted by relevance
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | FlashlightPowerStatsProcessor.java | 25 public FlashlightPowerStatsProcessor(PowerProfile powerProfile, in FlashlightPowerStatsProcessor()
|
D | AudioPowerStatsProcessor.java | 25 public AudioPowerStatsProcessor(PowerProfile powerProfile, in AudioPowerStatsProcessor()
|
D | VideoPowerStatsProcessor.java | 25 public VideoPowerStatsProcessor(PowerProfile powerProfile, in VideoPowerStatsProcessor()
|
D | PhonePowerCalculator.java | 32 public PhonePowerCalculator(PowerProfile powerProfile) { in PhonePowerCalculator()
|
D | AudioPowerCalculator.java | 43 public AudioPowerCalculator(PowerProfile powerProfile) { in AudioPowerCalculator()
|
D | VideoPowerCalculator.java | 40 public VideoPowerCalculator(PowerProfile powerProfile) { in VideoPowerCalculator()
|
D | IdlePowerCalculator.java | 38 public IdlePowerCalculator(PowerProfile powerProfile) { in IdlePowerCalculator()
|
D | MobileRadioPowerStatsProcessor.java | 64 public MobileRadioPowerStatsProcessor(PowerProfile powerProfile) { in MobileRadioPowerStatsProcessor() 110 private static RxTxPowerEstimators buildRxTxPowerEstimators(PowerProfile powerProfile, int rat, in buildRxTxPowerEstimators()
|
D | CustomEnergyConsumerPowerCalculator.java | 38 public CustomEnergyConsumerPowerCalculator(PowerProfile powerProfile) { in CustomEnergyConsumerPowerCalculator()
|
D | AmbientDisplayPowerCalculator.java | 39 public AmbientDisplayPowerCalculator(PowerProfile powerProfile) { in AmbientDisplayPowerCalculator()
|
D | SystemServicePowerCalculator.java | 46 PowerProfile powerProfile) { in SystemServicePowerCalculator()
|
D | BluetoothPowerStatsProcessor.java | 40 public BluetoothPowerStatsProcessor(PowerProfile powerProfile) { in BluetoothPowerStatsProcessor()
|
D | WifiPowerStatsProcessor.java | 49 public WifiPowerStatsProcessor(PowerProfile powerProfile) { in WifiPowerStatsProcessor()
|
D | ScreenPowerCalculator.java | 53 public ScreenPowerCalculator(PowerProfile powerProfile) { in ScreenPowerCalculator()
|
D | BatteryUsageStatsProvider.java | 58 PowerProfile powerProfile, CpuScalingPolicies cpuScalingPolicies, in BatteryUsageStatsProvider()
|
D | CpuPowerStatsProcessor.java | 75 public CpuPowerStatsProcessor(PowerProfile powerProfile, CpuScalingPolicies scalingPolicies) { in CpuPowerStatsProcessor()
|
D | BatteryStatsImpl.java | 11222 @NonNull UserInfoProvider userInfoProvider, @NonNull PowerProfile powerProfile, in BatteryStatsImpl() 11235 @NonNull UserInfoProvider userInfoProvider, @NonNull PowerProfile powerProfile, in BatteryStatsImpl()
|
/frameworks/base/core/java/android/os/connectivity/ |
D | WifiActivityEnergyInfo.java | 115 PowerProfile powerProfile = new PowerProfile(context); in calculateEnergyMicroJoules() local
|
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/ |
D | WifiPowerCalculatorTest.java | 401 PowerProfile powerProfile = mStatsRule.getPowerProfile(); in calculateEnergyMicroJoules() local
|
D | MockBatteryStatsImpl.java | 162 public MockBatteryStatsImpl setPowerProfile(PowerProfile powerProfile) { in setPowerProfile()
|