Searched refs:notifyThrottling (Results 1 – 5 of 5) sorted by relevance
56 Return<void> notifyThrottling(bool isThrottling, in notifyThrottling() function in ThermalCallback108 auto ret = mThermalCallback->notifyThrottling(true, kThrottleTemp); in TEST_F()
32 oneway notifyThrottling (Temperature temperature);
32 oneway notifyThrottling(bool isThrottling, Temperature temperature);
58 Return<void> notifyThrottling(const Temperature& temperature) override { in notifyThrottling() function in ThermalCallback123 auto ret = mThermalCallback->notifyThrottling(kThrottleTemp); in TEST_F()
248 Return<void> ret = c.callback->notifyThrottling(t); in sendThermalChangedCallback()