Searched refs:i_default_pct (Results 1 – 3 of 3) sorted by relevance
202 float i_default_pct; member
851 float i_default_pct = NAN; in ParseSensorThrottlingInfo() local932 i_default_pct = getFloatFromValue(sensor["PIDInfo"]["I_Default_Pct"]); in ParseSensorThrottlingInfo()933 LOG(INFO) << "Sensor[" << name << "]'s I_Default_Pct: " << i_default_pct; in ParseSensorThrottlingInfo()1030 i_default_pct, tran_cycle, excluded_power_info_map, in ParseSensorThrottlingInfo()
223 if (std::isnan(sensor_info.throttling_info->i_default_pct)) { in updatePowerBudget()235 default_i_budget * sensor_info.throttling_info->i_default_pct / 100; in updatePowerBudget()