HomeSort by relevance Sort by last modified time
    Searched refs:coolingDevices (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/thermal/1.0/vts/functional/
VtsHalThermalV1_0TargetTest.cpp 118 void checkCoolingDevices(const hidl_vec<CoolingDevice> coolingDevices) {
119 size_t size = coolingDevices.size();
123 checkCoolingDevice(coolingDevices[i]);
125 EXPECT_EQ(names_[i], coolingDevices[i].name.c_str());
129 coolingDevices[i].name.c_str()));
130 names_.push_back(coolingDevices[i].name);
215 ThermalStatus status, hidl_vec<CoolingDevice> coolingDevices) {
217 passed = coolingDevices;
  /hardware/interfaces/thermal/1.0/default/
Thermal.cpp 145 hidl_vec<CoolingDevice> coolingDevices;
149 _hidl_cb(status, coolingDevices);
160 coolingDevices.resize(list.size());
164 coolingDevices[i].type = CoolingType::FAN_RPM;
169 coolingDevices[i].name = list[i].name;
170 coolingDevices[i].currentValue = list[i].current_value;
178 _hidl_cb(status, coolingDevices);
  /device/google/wahoo/thermal/
Thermal.cpp 121 hidl_vec<CoolingDevice> coolingDevices;
126 _hidl_cb(status, coolingDevices);
132 _hidl_cb(status, coolingDevices);

Completed in 62 milliseconds