Searched refs:throttling_threshold (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/sm8150/thermal/ |
D | thermal_common.c | 241 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/ |
D | thermal_common.c | 241 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/ |
D | thermal.h | 77 float throttling_threshold; member
|
/hardware/libhardware/modules/thermal/ |
D | thermal.c | 73 .throttling_threshold = UNKNOWN_TEMPERATURE, in get_temperatures()
|
/hardware/interfaces/thermal/1.0/default/ |
D | Thermal.cpp | 89 temperatures[i].throttlingThreshold = finalizeTemperature(list[i].throttling_threshold); in getTemperatures()
|