Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DIThermalService.aidl90 int getCurrentThermalStatus(); in getCurrentThermalStatus() method
H A DPowerManager.java2217 public @ThermalStatus int getCurrentThermalStatus() { in getCurrentThermalStatus() method in PowerManager
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeThermalService.java75 public int getCurrentThermalStatus() { in getCurrentThermalStatus() method in BridgeThermalService
/aosp12/frameworks/base/native/android/
H A Dthermal.cpp177 status_t AThermalManager::getCurrentThermalStatus(int32_t *status) { in getCurrentThermalStatus() function in AThermalManager