Home
last modified time | relevance | path

Searched refs:prev_target (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.cpp111 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()
Dthermal_throttling.h47 float prev_target; member