OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temperature_t
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/include/hardware/
thermal.h
91
}
temperature_t
;
typedef in typeref:struct:__anon48343
142
* and caller should allocate a
temperature_t
array with that number
144
* Caller is responsible for allocating
temperature_t
array |list| of
160
ssize_t (*getTemperatures)(struct thermal_module *module,
temperature_t
*list, size_t size);
/hardware/libhardware/modules/thermal/
thermal.c
39
static ssize_t get_temperatures(thermal_module_t *module,
temperature_t
*list, size_t size) {
69
list[idx] = (
temperature_t
) {
/hardware/interfaces/thermal/1.0/default/
Thermal.cpp
61
std::vector<
temperature_t
> list;
Completed in 69 milliseconds