Searched refs:new_otc_weight (Results 1 – 2 of 2) sorted by relevance
754 const struct OverTempCalWeight *new_otc_weight) { in overTempValidateAndSetWeight() argument756 CHRE_ASSERT_NOT_NULL(new_otc_weight); in overTempValidateAndSetWeight()759 if (new_otc_weight->weight <= 0.0f) { in overTempValidateAndSetWeight()770 new_otc_weight->offset_age_nanos) { in overTempValidateAndSetWeight()771 over_temp_cal->weighting_function[index] = *new_otc_weight; in overTempValidateAndSetWeight()
529 const struct OverTempCalWeight *new_otc_weight);