Searched refs:isThrottling (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/thermalservice/ |
D | ThermalService.cpp | 35 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
|
D | ThermalService.h | 36 const bool isThrottling, const Temperature& temperature); 48 binder::Status isThrottling(bool* _aidl_return);
|
/frameworks/base/core/java/android/os/ |
D | IThermalService.aidl | 44 in boolean isThrottling, in Temperature temperature); in notifyThrottling() argument 50 boolean isThrottling(); in isThrottling() method
|
D | IThermalEventListener.aidl | 31 in boolean isThrottling, in Temperature temperature); in notifyThrottling() argument
|
/frameworks/native/services/thermalservice/aidl/android/os/ |
D | IThermalService.aidl | 42 in boolean isThrottling, in Temperature temperature); in notifyThrottling() argument 47 boolean isThrottling(); in isThrottling() method
|
D | IThermalEventListener.aidl | 31 in boolean isThrottling, in Temperature temperature); in notifyThrottling() argument
|
/frameworks/native/services/thermalservice/libthermalcallback/ |
D | ThermalCallback.cpp | 27 bool isThrottling, in notifyThrottling() argument 58 mThermalService->notifyThrottling(isThrottling, thermal_svc_temp); in notifyThrottling()
|
D | ThermalCallback.h | 28 bool isThrottling,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | PowerUI.java | 547 @Override public void notifyThrottling(boolean isThrottling, Temperature temp) { in notifyThrottling() argument
|