Searched refs:notifyThrottling (Results 1 – 7 of 7) sorted by relevance
57 Return<void> notifyThrottling(bool isThrottling, in notifyThrottling() function in ThermalCallback94 auto ret = mThermalCallback->notifyThrottling(true, kThrottleTemp); in TEST_P()
48 Return<void> notifyThrottling(const Temperature& temperature) override;
223 Return<void> HidlThermalChangedCallback::notifyThrottling( in notifyThrottling() function in android::hardware::hidl_thermal_utils::HidlThermalChangedCallback
32 oneway notifyThrottling (Temperature temperature);
32 oneway notifyThrottling(bool isThrottling, Temperature temperature);
60 Return<void> notifyThrottling(const Temperature& temperature) override { in notifyThrottling() function in ThermalCallback109 auto ret = mThermalCallback->notifyThrottling(kThrottleTemp); in TEST_P()
248 Return<void> ret = c.callback->notifyThrottling(t); in sendThermalChangedCallback()