Searched defs:getCoolingDevices (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/thermal/1.0/default/
H A DThermal.cpp142 Return<void> Thermal::getCoolingDevices(getCoolingDevices_cb _hidl_cb) { function in class:android::hardware::thermal::V1_0::implementation::Thermal
147 if (!mModule || !mModule->getCoolingDevices) {
148 ALOGI("getCoolingDevices is not implemented in Thermal HAL.");
153 ssize_t size = mModule->getCoolingDevices(mModule, nullptr, 0);
157 size = mModule->getCoolingDevices(mModule, list.data(), list.size());
/hardware/libhardware/include/hardware/
H A Dthermal.h181 * (*getCoolingDevices) is called to get the cooling devices information.
202 ssize_t (*getCoolingDevices)(struct thermal_module *module, cooling_device_t *list, member in struct:thermal_module

Completed in 75 milliseconds