Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dthermal.h109 } cooling_device_t; typedef
202 ssize_t (*getCoolingDevices)(struct thermal_module *module, cooling_device_t *list,
/hardware/libhardware/modules/thermal/
Dthermal.c161 static ssize_t get_cooling_devices(thermal_module_t *module, cooling_device_t *list, size_t size) { in get_cooling_devices()
/hardware/interfaces/thermal/1.0/default/
DThermal.cpp155 std::vector<cooling_device_t> list; in getCoolingDevices()