Home
last modified time | relevance | path

Searched defs:thermalStatus (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/brightness/clamper/
DBrightnessPowerClamper.java219 private float getPowerQuotaForThermalStatus(@Temperature.ThrottlingStatus int thermalStatus) { in getPowerQuotaForThermalStatus()
235 private void recalculatePowerQuotaChange(float avgPowerConsumed, int thermalStatus) { in recalculatePowerQuotaChange()
277 void onChanged(float avgPowerConsumed, @Temperature.ThrottlingStatus int thermalStatus); in onChanged()
/frameworks/native/include/android/
Dthermal.h241 AThermalStatus thermalStatus; member
/frameworks/base/services/foldables/devicestateprovider/src/com/android/server/policy/
DFoldableDeviceStateProvider.java623 public void onThermalStatusChanged(@PowerManager.ThermalStatus int thermalStatus) { in onThermalStatusChanged()
643 private static boolean isThermalStatusCriticalOrAbove( in isThermalStatusCriticalOrAbove()
/frameworks/base/services/core/java/com/android/server/policy/
DDeviceStateProviderImpl.java835 public void onThermalStatusChanged(@PowerManager.ThermalStatus int thermalStatus) { in onThermalStatusChanged()
855 private static boolean isThermalStatusCriticalOrAbove( in isThermalStatusCriticalOrAbove()
/frameworks/base/native/android/
Dthermal.cpp117 AThermalStatus thermalStatus = static_cast<AThermalStatus>(status); in notifyStateChange() local
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceConfig.java3026 public @PowerManager.ThermalStatus int thermalStatus; field in DisplayDeviceConfig.PowerThrottlingData.ThrottlingLevel
3029 public ThrottlingLevel( in ThrottlingLevel()
3142 public @PowerManager.ThermalStatus int thermalStatus; field in DisplayDeviceConfig.ThermalBrightnessThrottlingData.ThrottlingLevel
3145 public ThrottlingLevel( in ThrottlingLevel()