Home
last modified time | relevance | path

Searched defs:isThrottling (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/os/
DIThermalService.aidl44 in boolean isThrottling, in Temperature temperature); in notifyThrottling()
50 boolean isThrottling(); in isThrottling() method
DIThermalEventListener.aidl31 in boolean isThrottling, in Temperature temperature); in notifyThrottling()
/frameworks/native/services/thermalservice/aidl/android/os/
DIThermalService.aidl42 in boolean isThrottling, in Temperature temperature); in notifyThrottling()
47 boolean isThrottling(); in isThrottling() method
DIThermalEventListener.aidl31 in boolean isThrottling, in Temperature temperature); in notifyThrottling()
/frameworks/native/services/thermalservice/
DThermalService.cpp35 const bool isThrottling, const Temperature& temperature) { in notifyThrottling()
51 binder::Status ThermalService::isThrottling(bool* _aidl_return) { in isThrottling() function in android::os::ThermalService
/frameworks/native/services/thermalservice/libthermalcallback/
DThermalCallback.cpp27 bool isThrottling, in notifyThrottling()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java547 @Override public void notifyThrottling(boolean isThrottling, Temperature temp) { in notifyThrottling()