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

  /frameworks/base/core/java/android/os/
IThermalEventListener.aidl 30 void notifyThrottling(
IThermalService.aidl 43 oneway void notifyThrottling(
  /frameworks/native/services/thermalservice/aidl/android/os/
IThermalEventListener.aidl 30 void notifyThrottling(
IThermalService.aidl 41 oneway void notifyThrottling(
  /hardware/interfaces/thermal/1.1/
IThermalCallback.hal 32 oneway notifyThrottling(bool isThrottling, Temperature temperature);
  /frameworks/native/services/thermalservice/libthermalcallback/
ThermalCallback.cpp 26 Return<void> ThermalCallback::notifyThrottling(
58 mThermalService->notifyThrottling(isThrottling, thermal_svc_temp);
ThermalCallback.h 27 Return<void> notifyThrottling(
  /frameworks/native/services/thermalservice/
ThermalService.h 35 binder::Status notifyThrottling(
ThermalService.cpp 34 binder::Status ThermalService::notifyThrottling(
42 mListeners[i]->notifyThrottling(isThrottling, temperature);
  /hardware/interfaces/thermal/1.1/vts/functional/
VtsHalThermalV1_1TargetTest.cpp 33 constexpr char kCallbackNameNotifyThrottling[] = "notifyThrottling";
56 Return<void> notifyThrottling(bool isThrottling,
103 // Test ThermalCallback::notifyThrottling().
108 auto ret = mThermalCallback->notifyThrottling(true, kThrottleTemp);
  /device/google/wahoo/thermal/
Thermal.h 48 void notifyThrottling(bool isThrottling, const Temperature& temperature);
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 99 milliseconds