Home
last modified time | relevance | path

Searched refs:ThrottlingLevel (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DBrightnessThrottlerTest.java161 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 DDisplayDeviceConfigTest.java189 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 DBrightnessThermalClamperTest.java98 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 DBrightnessThermalClamper.java37 …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 DBrightnessThrottler.java39 …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 DDisplayDeviceConfig.java3204 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 Dart-profile3320 HSPLcom/android/server/display/DisplayDeviceConfig$BrightnessThrottlingData$ThrottlingLevel;-><init…
12660 Lcom/android/server/display/DisplayDeviceConfig$BrightnessThrottlingData$ThrottlingLevel;