Searched refs:notifyThrottling (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/os/
H A DIThermalEventListener.aidl30 void notifyThrottling(
H A DIThermalService.aidl43 oneway void notifyThrottling(
/frameworks/native/services/thermalservice/aidl/android/os/
H A DIThermalEventListener.aidl30 void notifyThrottling(
H A DIThermalService.aidl41 oneway void notifyThrottling(
/frameworks/native/services/thermalservice/libthermalcallback/
H A DThermalCallback.cpp26 Return<void> ThermalCallback::notifyThrottling( function in class:android::hardware::thermal::V1_1::implementation::ThermalCallback
58 mThermalService->notifyThrottling(isThrottling, thermal_svc_temp);
H A DThermalCallback.h27 Return<void> notifyThrottling(
/frameworks/native/services/thermalservice/
H A DThermalService.h35 binder::Status notifyThrottling(
H A DThermalService.cpp34 binder::Status ThermalService::notifyThrottling( function in class:android::os::ThermalService
42 mListeners[i]->notifyThrottling(isThrottling, temperature);
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java547 @Override public void notifyThrottling(boolean isThrottling, Temperature temp) { method in class:PowerUI.ThermalEventListener

Completed in 294 milliseconds