/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
H A D | BrightnessThrottlerTest.java | 161 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testThermalThrottlingSingleLevel() 216 final ThrottlingLevel levelLo = new ThrottlingLevel(PowerManager.THERMAL_STATUS_MODERATE, in testThermalThrottlingMultiLevel() 218 final ThrottlingLevel levelHi = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testThermalThrottlingMultiLevel() 298 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testUpdateThermalThrottlingData() 326 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testInvalidThrottlingStrings() 378 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testThermalThrottling() 396 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testMultipleConfigPoints() 403 final ThrottlingLevel levelSevere = new ThrottlingLevel(PowerManager.THERMAL_STATUS_SEVERE, in testMultipleConfigPoints() 405 final ThrottlingLevel levelCritical = new ThrottlingLevel( in testMultipleConfigPoints() 407 final ThrottlingLevel levelEmergency = new ThrottlingLevel( in testMultipleConfigPoints() [all …]
|
H A D | DisplayDeviceConfigTest.java | 189 List<DisplayDeviceConfig.ThermalBrightnessThrottlingData.ThrottlingLevel> in testConfigValuesFromDisplayConfig() 192 new DisplayDeviceConfig.ThermalBrightnessThrottlingData.ThrottlingLevel( in testConfigValuesFromDisplayConfig() 196 new DisplayDeviceConfig.ThermalBrightnessThrottlingData.ThrottlingLevel( in testConfigValuesFromDisplayConfig() 200 new DisplayDeviceConfig.ThermalBrightnessThrottlingData.ThrottlingLevel( in testConfigValuesFromDisplayConfig() 204 new DisplayDeviceConfig.ThermalBrightnessThrottlingData.ThrottlingLevel( in testConfigValuesFromDisplayConfig() 208 new DisplayDeviceConfig.ThermalBrightnessThrottlingData.ThrottlingLevel( in testConfigValuesFromDisplayConfig() 212 new DisplayDeviceConfig.ThermalBrightnessThrottlingData.ThrottlingLevel( in testConfigValuesFromDisplayConfig() 219 List<DisplayDeviceConfig.ThermalBrightnessThrottlingData.ThrottlingLevel> in testConfigValuesFromDisplayConfig() 222 new DisplayDeviceConfig.ThermalBrightnessThrottlingData.ThrottlingLevel( in testConfigValuesFromDisplayConfig() 226 new DisplayDeviceConfig.ThermalBrightnessThrottlingData.ThrottlingLevel( in testConfigValuesFromDisplayConfig() [all …]
|
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/clamper/ |
H A D | BrightnessThermalClamperTest.java | 98 new ThrottlingLevel(PowerManager.THERMAL_STATUS_MODERATE, 0.5f), in testThrottlingData() 99 new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, 0.1f)), in testThrottlingData() 103 new ThrottlingLevel(PowerManager.THERMAL_STATUS_MODERATE, 0.5f), in testThrottlingData() 104 new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, 0.1f)), in testThrottlingData() 108 new ThrottlingLevel(PowerManager.THERMAL_STATUS_MODERATE, 0.5f), in testThrottlingData() 109 new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, 0.1f)), in testThrottlingData() 113 new ThrottlingLevel(PowerManager.THERMAL_STATUS_MODERATE, 0.5f), in testThrottlingData() 114 new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, 0.1f)), in testThrottlingData() 118 new ThrottlingLevel(PowerManager.THERMAL_STATUS_MODERATE, 0.5f), in testThrottlingData() 119 new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, 0.1f)), in testThrottlingData() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/brightness/clamper/ |
H A D | BrightnessThermalClamper.java | 37 …ort com.android.server.display.DisplayDeviceConfig.ThermalBrightnessThrottlingData.ThrottlingLevel; 89 private final BiFunction<String, String, ThrottlingLevel> mDataPointMapper = (key, value) -> { 93 return new ThrottlingLevel(status, brightnessPoint); 99 private final Function<List<ThrottlingLevel>, ThermalBrightnessThrottlingData> 209 for (ThrottlingLevel level : mThermalThrottlingDataActive.throttlingLevels) { in recalculateBrightnessCap()
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | BrightnessThrottler.java | 39 …ort com.android.server.display.DisplayDeviceConfig.ThermalBrightnessThrottlingData.ThrottlingLevel; 106 private final BiFunction<String, String, ThrottlingLevel> mDataPointMapper = (key, value) -> { 110 return new ThrottlingLevel(status, brightnessPoint); 116 private final Function<List<ThrottlingLevel>, ThermalBrightnessThrottlingData> 222 for (ThrottlingLevel level : mThermalThrottlingData.throttlingLevels) { in updateThermalThrottling()
|
H A D | DisplayDeviceConfig.java | 3204 public List<ThrottlingLevel> throttlingLevels; 3209 public static class ThrottlingLevel { class in DisplayDeviceConfig.ThermalBrightnessThrottlingData 3213 public ThrottlingLevel( in ThrottlingLevel() method in DisplayDeviceConfig.ThermalBrightnessThrottlingData.ThrottlingLevel 3226 if (!(obj instanceof ThrottlingLevel)) { in equals() 3229 ThrottlingLevel otherThrottlingLevel = (ThrottlingLevel) obj; in equals() 3249 List<ThrottlingLevel> throttlingLevels) { in create() 3255 ThrottlingLevel prevLevel = throttlingLevels.get(0); in create() 3258 ThrottlingLevel thisLevel = throttlingLevels.get(i); in create() 3277 for (ThrottlingLevel level : throttlingLevels) { in create() 3317 ThermalBrightnessThrottlingData(List<ThrottlingLevel> inLevels) { in ThermalBrightnessThrottlingData() [all …]
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 3320 HSPLcom/android/server/display/DisplayDeviceConfig$BrightnessThrottlingData$ThrottlingLevel;-><init… 12660 Lcom/android/server/display/DisplayDeviceConfig$BrightnessThrottlingData$ThrottlingLevel;
|