Searched refs:tran_cycle (Results 1 – 4 of 4) sorted by relevance
114 thermal_throttling_status_map_[sensor_name.data()].tran_cycle = 0; in clearThrottlingData()137 thermal_throttling_status_map_[sensor_name.data()].tran_cycle = 0; in registerThermalThrottling()205 sensor_info.throttling_info->tran_cycle > 0) { in updatePowerBudget()206 throttling_status.tran_cycle = sensor_info.throttling_info->tran_cycle - 1; in updatePowerBudget()283 if (throttling_status.tran_cycle) { in updatePowerBudget()285 ((static_cast<float>(throttling_status.tran_cycle) / in updatePowerBudget()286 static_cast<float>(sensor_info.throttling_info->tran_cycle))); in updatePowerBudget()288 throttling_status.tran_cycle--; in updatePowerBudget()
50 int tran_cycle; member
203 int tran_cycle; member
852 int tran_cycle = 0; in ParseSensorThrottlingInfo() local935 tran_cycle = getFloatFromValue(sensor["PIDInfo"]["TranCycle"]); in ParseSensorThrottlingInfo()936 LOG(INFO) << "Sensor[" << name << "]'s TranCycle: " << tran_cycle; in ParseSensorThrottlingInfo()1030 i_default_pct, tran_cycle, excluded_power_info_map, in ParseSensorThrottlingInfo()