Searched refs:s_power (Results 1 – 4 of 4) sorted by relevance
49 if (std::isnan(sensor_info.throttling_info->s_power[state])) { in getTargetStateOfPID()270 power_budget = sensor_info.throttling_info->s_power[target_state] + p + in updatePowerBudget()292 << " s_power=" << sensor_info.throttling_info->s_power[target_state] in updatePowerBudget()301 static_cast<int>(sensor_info.throttling_info->s_power[target_state])); in updatePowerBudget()
199 ThrottlingArray s_power; member
846 std::array<float, kThrottlingSeverityCount> s_power; in ParseSensorThrottlingInfo() local847 s_power.fill(NAN); in ParseSensorThrottlingInfo()911 !getFloatFromJsonValues(sensor["PIDInfo"]["S_Power"], &s_power, false, true)) { in ParseSensorThrottlingInfo()941 if (!std::isnan(s_power[j])) { in ParseSensorThrottlingInfo()1029 min_alloc_power, s_power, i_cutoff, i_default, in ParseSensorThrottlingInfo()
427 *dump_buf << name_info_pair.second.throttling_info->s_power[i] << " "; in dumpThrottlingInfo()