Searched refs:s_power (Results 1 – 4 of 4) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | thermal_throttling.cpp | 49 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()
|
D | thermal_info.h | 157 ThrottlingArray s_power; member
|
D | thermal_info.cpp | 468 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/ |
D | Thermal.cpp | 353 *dump_buf << name_info_pair.second.throttling_info->s_power[i] << " "; in dumpThrottlingInfo()
|