Searched refs:notifyThrottling (Results 1 – 9 of 9) sorted by relevance
26 Return<void> ThermalCallback::notifyThrottling( in notifyThrottling() function in android::hardware::thermal::V1_1::implementation::ThermalCallback58 mThermalService->notifyThrottling(isThrottling, thermal_svc_temp); in notifyThrottling()
27 Return<void> notifyThrottling(
34 binder::Status ThermalService::notifyThrottling( in notifyThrottling() function in android::os::ThermalService42 mListeners[i]->notifyThrottling(isThrottling, temperature); in notifyThrottling()
35 binder::Status notifyThrottling(
30 void notifyThrottling( in notifyThrottling() method
41 oneway void notifyThrottling( in notifyThrottling() method
43 oneway void notifyThrottling( in notifyThrottling() method
547 @Override public void notifyThrottling(boolean isThrottling, Temperature temp) { in notifyThrottling() method in PowerUI.ThermalEventListener