Searched refs:temp_2_0 (Results 1 – 1 of 1) sorted by relevance
739 Temperature temp_2_0; in dumpThermalData() local741 thermal_helper_->readTemperature(name_info_pair.first, &temp_2_0, nullptr, true); in dumpThermalData()742 dump_buf << " Type: " << toString(temp_2_0.type) in dumpThermalData()743 << " Name: " << name_info_pair.first << " CurrentValue: " << temp_2_0.value in dumpThermalData()744 << " ThrottlingStatus: " << toString(temp_2_0.throttlingStatus) in dumpThermalData()