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