Home
last modified time | relevance | path

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

/frameworks/native/services/thermalservice/aidl/android/os/
DIThermalEventListener.aidl30 void notifyThrottling( in notifyThrottling() method
DIThermalService.aidl41 oneway void notifyThrottling( in notifyThrottling() method
/frameworks/base/core/java/android/os/
DIThermalEventListener.aidl30 void notifyThrottling( in notifyThrottling() method
DIThermalService.aidl43 oneway void notifyThrottling( in notifyThrottling() method
/frameworks/native/services/thermalservice/libthermalcallback/
DThermalCallback.cpp26 Return<void> ThermalCallback::notifyThrottling( in notifyThrottling() function in android::hardware::thermal::V1_1::implementation::ThermalCallback
/frameworks/native/services/thermalservice/
DThermalService.cpp34 binder::Status ThermalService::notifyThrottling( in notifyThrottling() function in android::os::ThermalService
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java547 @Override public void notifyThrottling(boolean isThrottling, Temperature temp) { in notifyThrottling() method in PowerUI.ThermalEventListener