Searched refs:prev_target (Results 1 – 2 of 2) sorted by relevance
111 thermal_throttling_status_map_[sensor_name.data()].prev_target = in clearThrottlingData()134 thermal_throttling_status_map_[sensor_name.data()].prev_target = in registerThermalThrottling()203 if (throttling_status.prev_target != static_cast<size_t>(ThrottlingSeverity::NONE) && in updatePowerBudget()204 target_state != throttling_status.prev_target && in updatePowerBudget()209 throttling_status.prev_target = target_state; in updatePowerBudget()
47 float prev_target; member