Home
last modified time | relevance | path

Searched refs:coolingDevice (Results 1 – 4 of 4) 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()
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/current/android/hardware/thermal/
DICoolingDeviceChangedCallback.aidl38 oneway void notifyCoolingDeviceChanged(in android.hardware.thermal.CoolingDevice coolingDevice); in notifyCoolingDeviceChanged() argument
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/2/android/hardware/thermal/
DICoolingDeviceChangedCallback.aidl38 oneway void notifyCoolingDeviceChanged(in android.hardware.thermal.CoolingDevice coolingDevice); in notifyCoolingDeviceChanged() argument
/hardware/interfaces/thermal/aidl/android/hardware/thermal/
DICoolingDeviceChangedCallback.aidl35 oneway void notifyCoolingDeviceChanged(in CoolingDevice coolingDevice); in notifyCoolingDeviceChanged() argument