Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/thermal/
Dthermal_common.c241 sensor->t.throttling_threshold = v_sen_t->throt_thresh; in initialize_sensor()
243 sensor->t.throttling_threshold = UNKNOWN_TEMPERATURE; in initialize_sensor()
323 float mult, float throttling_threshold, float shutdown_threshold, in read_temperature() argument
345 .throttling_threshold = throttling_threshold, in read_temperature()
376 sensors[idx].t.throttling_threshold, in get_temperature_for_all()
/hardware/qcom/sdm845/thermal/
Dthermal_common.c241 sensor->t.throttling_threshold = v_sen_t->throt_thresh; in initialize_sensor()
243 sensor->t.throttling_threshold = UNKNOWN_TEMPERATURE; in initialize_sensor()
323 float mult, float throttling_threshold, float shutdown_threshold, in read_temperature() argument
345 .throttling_threshold = throttling_threshold, in read_temperature()
376 sensors[idx].t.throttling_threshold, in get_temperature_for_all()
/hardware/libhardware/include/hardware/
Dthermal.h77 float throttling_threshold; member
/hardware/libhardware/modules/thermal/
Dthermal.c73 .throttling_threshold = UNKNOWN_TEMPERATURE, in get_temperatures()
/hardware/interfaces/thermal/1.0/default/
DThermal.cpp89 temperatures[i].throttlingThreshold = finalizeTemperature(list[i].throttling_threshold); in getTemperatures()