Home
last modified time | relevance | path

Searched refs:cooling_device_t (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
Dthermal.h108 } cooling_device_t; typedef
201 ssize_t (*getCoolingDevices)(struct thermal_module *module, cooling_device_t *list,
/hardware/libhardware/modules/thermal/
Dthermal.c160 static ssize_t get_cooling_devices(thermal_module_t *module, cooling_device_t *list, size_t size) { in get_cooling_devices()