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.cpp46 bool isThrottling; member in ThermalCallbackArgs
57 Return<void> notifyThrottling(bool isThrottling, in notifyThrottling() argument
60 args.isThrottling = isThrottling; in notifyThrottling()
99 EXPECT_EQ(true, res.args->isThrottling); in TEST_P()
/hardware/interfaces/thermal/1.1/
DIThermalCallback.hal28 * @param isThrottling true if device is currently throttling
32 oneway notifyThrottling(bool isThrottling, Temperature temperature);