Home
last modified time | relevance | path

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

/hardware/interfaces/thermal/1.1/vts/functional/
DVtsHalThermalV1_1TargetTest.cpp56 Return<void> notifyThrottling(bool isThrottling, in notifyThrottling() function in ThermalCallback
108 auto ret = mThermalCallback->notifyThrottling(true, kThrottleTemp); in TEST_F()
/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.cpp58 Return<void> notifyThrottling(const Temperature& temperature) override { in notifyThrottling() function in ThermalCallback
123 auto ret = mThermalCallback->notifyThrottling(kThrottleTemp); in TEST_F()
/hardware/google/pixel/thermal/
DThermal.cpp248 Return<void> ret = c.callback->notifyThrottling(t); in sendThermalChangedCallback()