Searched refs:tran_cycle (Results 1 – 4 of 4) sorted by relevance
94 thermal_throttling_status_map_[sensor_name.data()].tran_cycle = 0; in clearThrottlingData()117 thermal_throttling_status_map_[sensor_name.data()].tran_cycle = 0; in registerThermalThrottling()181 sensor_info.throttling_info->tran_cycle > 0) { in updatePowerBudget()182 throttling_status.tran_cycle = sensor_info.throttling_info->tran_cycle - 1; in updatePowerBudget()222 if (throttling_status.tran_cycle) { in updatePowerBudget()224 ((static_cast<float>(throttling_status.tran_cycle) / in updatePowerBudget()225 static_cast<float>(sensor_info.throttling_info->tran_cycle))); in updatePowerBudget()227 throttling_status.tran_cycle--; in updatePowerBudget()
53 int tran_cycle; member
99 int tran_cycle; member
650 int tran_cycle = 0; in ParseSensorInfo() local730 tran_cycle = getFloatFromValue(sensors[i]["PIDInfo"]["TranCycle"]); in ParseSensorInfo()731 LOG(INFO) << "Sensor[" << name << "]'s TranCycle: " << tran_cycle; in ParseSensorInfo()810 i_default, tran_cycle, excluded_power_info_map, binded_cdev_info_map}); in ParseSensorInfo()