Home
last modified time | relevance | path

Searched refs:s_power (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.cpp49 if (std::isnan(sensor_info.throttling_info->s_power[state])) { in getTargetStateOfPID()
234 sensor_info.throttling_info->s_power[target_state] + p + throttling_status.i_budget + d; in updatePowerBudget()
255 << " s_power=" << sensor_info.throttling_info->s_power[target_state] in updatePowerBudget()
263 static_cast<int>(sensor_info.throttling_info->s_power[target_state])); in updatePowerBudget()
Dthermal_info.h157 ThrottlingArray s_power; member
Dthermal_info.cpp468 std::array<float, kThrottlingSeverityCount> s_power; in ParseSensorThrottlingInfo() local
469 s_power.fill(NAN); in ParseSensorThrottlingInfo()
532 !getFloatFromJsonValues(sensor["PIDInfo"]["S_Power"], &s_power, false, true)) { in ParseSensorThrottlingInfo()
551 if (!std::isnan(s_power[j])) { in ParseSensorThrottlingInfo()
639 k_po, k_pu, k_i, k_d, i_max, max_alloc_power, min_alloc_power, s_power, i_cutoff, in ParseSensorThrottlingInfo()
/hardware/google/pixel/thermal/
DThermal.cpp353 *dump_buf << name_info_pair.second.throttling_info->s_power[i] << " "; in dumpThrottlingInfo()