Home
last modified time | relevance | path

Searched refs:temperature_t (Results 1 – 15 of 15) sorted by relevance

/aosp12/hardware/qcom/sm8150/thermal/
H A Dthermal_common.h66 temperature_t t;
74 ssize_t get_temperature_for_all(temperature_t *list, size_t size);
H A Dthermal_common.c325 temperature_t *out) { in read_temperature()
341 (*out) = (temperature_t) { in read_temperature()
363 ssize_t get_temperature_for_all(temperature_t *list, size_t size) in get_temperature_for_all()
H A Dthermal-845.c82 ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { in get_temperatures()
H A Dthermal-8998.c82 ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { in get_temperatures()
H A Dthermal.c74 ssize_t __attribute__ ((weak)) get_temperatures(thermal_module_t *module, temperature_t *list, size… in get_temperatures()
H A Dthermal_target.c774 ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { in get_temperatures()
/aosp12/hardware/qcom/sdm845/thermal/
H A Dthermal_common.h65 temperature_t t;
73 ssize_t get_temperature_for_all(temperature_t *list, size_t size);
H A Dthermal_common.c325 temperature_t *out) { in read_temperature()
341 (*out) = (temperature_t) { in read_temperature()
363 ssize_t get_temperature_for_all(temperature_t *list, size_t size) in get_temperature_for_all()
H A Dthermal-845.c82 ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { in get_temperatures()
H A Dthermal-8998.c82 ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { in get_temperatures()
H A Dthermal.c74 ssize_t __attribute__ ((weak)) get_temperatures(thermal_module_t *module, temperature_t *list, size… in get_temperatures()
H A Dthermal_target.c693 ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { in get_temperatures()
/aosp12/hardware/libhardware/include/hardware/
H A Dthermal.h91 } temperature_t; typedef
160 ssize_t (*getTemperatures)(struct thermal_module *module, temperature_t *list, size_t size);
/aosp12/hardware/libhardware/modules/thermal/
H A Dthermal.c39 static ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { in get_temperatures()
69 list[idx] = (temperature_t) { in get_temperatures()
/aosp12/hardware/interfaces/thermal/1.0/default/
H A DThermal.cpp61 std::vector<temperature_t> list; in getTemperatures()