Home
last modified time | relevance | path

Searched refs:isThrottling (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/thermalservice/
DThermalService.cpp35 const bool isThrottling, const Temperature& temperature) { in notifyThrottling() argument
38 mThrottled = isThrottling; in notifyThrottling()
42 mListeners[i]->notifyThrottling(isThrottling, temperature); in notifyThrottling()
51 binder::Status ThermalService::isThrottling(bool* _aidl_return) { in isThrottling() function in android::os::ThermalService
DThermalService.h36 const bool isThrottling, const Temperature& temperature);
48 binder::Status isThrottling(bool* _aidl_return);
/frameworks/base/core/java/android/os/
DIThermalService.aidl44 in boolean isThrottling, in Temperature temperature); in notifyThrottling() argument
50 boolean isThrottling(); in isThrottling() method
DIThermalEventListener.aidl31 in boolean isThrottling, in Temperature temperature); in notifyThrottling() argument
/frameworks/native/services/thermalservice/aidl/android/os/
DIThermalService.aidl42 in boolean isThrottling, in Temperature temperature); in notifyThrottling() argument
47 boolean isThrottling(); in isThrottling() method
DIThermalEventListener.aidl31 in boolean isThrottling, in Temperature temperature); in notifyThrottling() argument
/frameworks/native/services/thermalservice/libthermalcallback/
DThermalCallback.cpp27 bool isThrottling, in notifyThrottling() argument
58 mThermalService->notifyThrottling(isThrottling, thermal_svc_temp); in notifyThrottling()
DThermalCallback.h28 bool isThrottling,
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java547 @Override public void notifyThrottling(boolean isThrottling, Temperature temp) { in notifyThrottling() argument