Home
last modified time | relevance | path

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

/hardware/interfaces/thermal/1.0/vts/functional/
DVtsHalThermalV1_0TargetTest.cpp170 void checkCoolingDevice(const CoolingDevice& coolingDevice) { in checkCoolingDevice() argument
171 EXPECT_LE(0, coolingDevice.currentValue); in checkCoolingDevice()
172 EXPECT_GT(MAX_FAN_SPEED, coolingDevice.currentValue); in checkCoolingDevice()
173 EXPECT_LT(0u, coolingDevice.name.size()); in checkCoolingDevice()