HomeSort by relevance Sort by last modified time
    Searched defs:notifyThrottling (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/thermalservice/
ThermalService.cpp 34 binder::Status ThermalService::notifyThrottling(
42 mListeners[i]->notifyThrottling(isThrottling, temperature);
  /frameworks/native/services/thermalservice/libthermalcallback/
ThermalCallback.cpp 26 Return<void> ThermalCallback::notifyThrottling(
58 mThermalService->notifyThrottling(isThrottling, thermal_svc_temp);
  /device/google/wahoo/thermal/
Thermal.cpp 162 void Thermal::notifyThrottling(
166 gThermalCallback->notifyThrottling(isThrottling, temperature);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 547 @Override public void notifyThrottling(boolean isThrottling, Temperature temp) {

Completed in 334 milliseconds