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.cpp156 void checkCoolingDevice(const CoolingDevice& coolingDevice) { in checkCoolingDevice() argument
157 EXPECT_LE(0, coolingDevice.currentValue); in checkCoolingDevice()
158 EXPECT_GT(MAX_FAN_SPEED, coolingDevice.currentValue); in checkCoolingDevice()
159 EXPECT_LT(0u, coolingDevice.name.size()); in checkCoolingDevice()