Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DDeviceStateProviderImpl.java723 public void onThermalStatusChanged(@PowerManager.ThermalStatus int thermalStatus) { in onThermalStatusChanged()
743 private static boolean isThermalStatusCriticalOrAbove( in isThermalStatusCriticalOrAbove()
/aosp14/frameworks/base/native/android/
H A Dthermal.cpp101 AThermalStatus thermalStatus = static_cast<AThermalStatus>(status); in notifyStateChange() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DBackgroundDexOptService.java978 int thermalStatus = mInjector.getCurrentThermalStatus(); in abortIdleOptimizations() local
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceConfig.java3210 public @PowerManager.ThermalStatus int thermalStatus; field in DisplayDeviceConfig.ThermalBrightnessThrottlingData.ThrottlingLevel
3213 public ThrottlingLevel( in ThrottlingLevel()