Home
last modified time | relevance | path

Searched refs:shutdown_threshold (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/sm8150/thermal/
Dthermal_common.c246 sensor->t.shutdown_threshold = v_sen_t->shutdwn_thresh; in initialize_sensor()
248 sensor->t.shutdown_threshold = UNKNOWN_TEMPERATURE; in initialize_sensor()
323 float mult, float throttling_threshold, float shutdown_threshold, in read_temperature() argument
346 .shutdown_threshold = shutdown_threshold, in read_temperature()
377 sensors[idx].t.shutdown_threshold, in get_temperature_for_all()
/hardware/qcom/sdm845/thermal/
Dthermal_common.c246 sensor->t.shutdown_threshold = v_sen_t->shutdwn_thresh; in initialize_sensor()
248 sensor->t.shutdown_threshold = UNKNOWN_TEMPERATURE; in initialize_sensor()
323 float mult, float throttling_threshold, float shutdown_threshold, in read_temperature() argument
346 .shutdown_threshold = shutdown_threshold, in read_temperature()
377 sensors[idx].t.shutdown_threshold, in get_temperature_for_all()
/hardware/libhardware/include/hardware/
Dthermal.h83 float shutdown_threshold; member
/hardware/libhardware/modules/thermal/
Dthermal.c74 .shutdown_threshold = UNKNOWN_TEMPERATURE, in get_temperatures()
/hardware/interfaces/thermal/1.0/default/
DThermal.cpp90 temperatures[i].shutdownThreshold = finalizeTemperature(list[i].shutdown_threshold); in getTemperatures()