Home
last modified time | relevance | path

Searched refs:isThrottling (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/thermal/1.1/vts/functional/
DVtsHalThermalV1_1TargetTest.cpp45 bool isThrottling; member in ThermalCallbackArgs
56 Return<void> notifyThrottling(bool isThrottling, in notifyThrottling() argument
59 args.isThrottling = isThrottling; in notifyThrottling()
113 EXPECT_EQ(true, res.args->isThrottling); in TEST_F()
/hardware/interfaces/thermal/1.1/
DIThermalCallback.hal28 * @param isThrottling true if device is currently throttling
32 oneway notifyThrottling(bool isThrottling, Temperature temperature);