Home
last modified time | relevance | path

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

/hardware/interfaces/thermal/1.1/vts/functional/
DVtsHalThermalV1_1TargetTest.cpp57 Return<void> notifyThrottling(bool isThrottling, in notifyThrottling() function in ThermalCallback
94 auto ret = mThermalCallback->notifyThrottling(true, kThrottleTemp); in TEST_P()
/hardware/google/camera/common/hal/hidl_service/
Dhidl_thermal_utils.h48 Return<void> notifyThrottling(const Temperature& temperature) override;
Dhidl_thermal_utils.cc223 Return<void> HidlThermalChangedCallback::notifyThrottling( in notifyThrottling() function in android::hardware::hidl_thermal_utils::HidlThermalChangedCallback
/hardware/interfaces/thermal/2.0/
DIThermalChangedCallback.hal32 oneway notifyThrottling (Temperature temperature);
/hardware/interfaces/thermal/1.1/
DIThermalCallback.hal32 oneway notifyThrottling(bool isThrottling, Temperature temperature);
/hardware/interfaces/thermal/2.0/vts/functional/
DVtsHalThermalV2_0TargetTest.cpp60 Return<void> notifyThrottling(const Temperature& temperature) override { in notifyThrottling() function in ThermalCallback
109 auto ret = mThermalCallback->notifyThrottling(kThrottleTemp); in TEST_P()
/hardware/google/pixel/thermal/
DThermal.cpp248 Return<void> ret = c.callback->notifyThrottling(t); in sendThermalChangedCallback()