OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cooling_device_t
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/include/hardware/
thermal.h
109
}
cooling_device_t
;
typedef in typeref:struct:__anon48344
184
* and caller should allocate a
cooling_device_t
array with that number
186
* Caller is responsible for allocating
cooling_device_t
array |list| of
202
ssize_t (*getCoolingDevices)(struct thermal_module *module,
cooling_device_t
*list,
/hardware/interfaces/thermal/1.0/default/
Thermal.cpp
155
std::vector<
cooling_device_t
> list;
/hardware/libhardware/modules/thermal/
thermal.c
161
static ssize_t get_cooling_devices(thermal_module_t *module,
cooling_device_t
*list, size_t size) {
Completed in 106 milliseconds