Searched refs:min_alloc_power (Results 1 – 4 of 4) sorted by relevance
198 ThrottlingArray min_alloc_power; member
216 return sensor_info.throttling_info->min_alloc_power[target_state]; in updatePowerBudget()272 if (power_budget < sensor_info.throttling_info->min_alloc_power[target_state]) { in updatePowerBudget()273 power_budget = sensor_info.throttling_info->min_alloc_power[target_state]; in updatePowerBudget()
844 std::array<float, kThrottlingSeverityCount> min_alloc_power; in ParseSensorThrottlingInfo() local845 min_alloc_power.fill(NAN); in ParseSensorThrottlingInfo()904 !getFloatFromJsonValues(sensor["PIDInfo"]["MinAllocPower"], &min_alloc_power, false, in ParseSensorThrottlingInfo()944 std::isnan(min_alloc_power[j]) || std::isnan(i_cutoff[j])) { in ParseSensorThrottlingInfo()1029 min_alloc_power, s_power, i_cutoff, i_default, in ParseSensorThrottlingInfo()
422 *dump_buf << name_info_pair.second.throttling_info->min_alloc_power[i] << " "; in dumpThrottlingInfo()