HomeSort by relevance Sort by last modified time
    Searched refs:temperature_t (Results 1 - 8 of 8) sorted by null

  /hardware/libhardware/include/hardware/
thermal.h 90 } temperature_t; typedef in typeref:struct:__anon30968
141 * and caller should allocate a temperature_t array with that number
143 * Caller is responsible for allocating temperature_t array |list| of
159 ssize_t (*getTemperatures)(struct thermal_module *module, temperature_t *list, size_t size);
  /device/google/marlin/thermal/
thermal.c 70 * @param out Pointer to temperature_t structure that will be filled with current
77 temperature_t *out) {
96 (*out) = (temperature_t) {
108 static ssize_t get_cpu_temperatures(temperature_t *list, size_t size) {
126 static ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) {
  /device/huawei/angler/thermal/
thermal.c 69 * @param out Pointer to temperature_t structure that will be filled with current
76 temperature_t *out) {
95 (*out) = (temperature_t) {
107 static ssize_t get_cpu_temperatures(temperature_t *list, size_t size) {
125 static ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) {
  /device/lge/bullhead/thermal/
thermal.c 70 * @param out Pointer to temperature_t structure that will be filled with current values.
76 temperature_t *out) {
93 (*out) = (temperature_t) {
105 static ssize_t get_cpu_temperatures(temperature_t *list, size_t size) {
126 static ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) {
  /device/moto/shamu/thermal/
thermal.c 67 * @param out Pointer to temperature_t structure that will be filled with current values.
72 float throttling_threshold, float shutdown_threshold, temperature_t *out) {
91 (*out) = (temperature_t) {
103 static ssize_t get_cpu_temperatures(temperature_t *list, size_t size) {
120 static ssize_t get_temperatures(thermal_module_t *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) {
  /device/htc/flounder/thermal/
thermal.c 58 * @param out Pointer to temperature_t structure that will be filled with current
64 float throttling_threshold, float shutdown_threshold, temperature_t *out) {
83 (*out) = (temperature_t) {
95 static ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) {
  /frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp 97 temperature_t *list = (temperature_t *) malloc(list_size * sizeof(temperature_t));

Completed in 48 milliseconds