Home
last modified time | relevance | path

Searched refs:throttling_info (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/thermal/
DThermal.cpp331 if (name_info_pair.second.throttling_info->binded_cdev_info_map.size()) { in dumpThrottlingInfo()
336 *dump_buf << name_info_pair.second.throttling_info->k_po[i] << " "; in dumpThrottlingInfo()
341 *dump_buf << name_info_pair.second.throttling_info->k_pu[i] << " "; in dumpThrottlingInfo()
346 *dump_buf << name_info_pair.second.throttling_info->k_i[i] << " "; in dumpThrottlingInfo()
351 *dump_buf << name_info_pair.second.throttling_info->k_d[i] << " "; in dumpThrottlingInfo()
356 *dump_buf << name_info_pair.second.throttling_info->i_max[i] << " "; in dumpThrottlingInfo()
361 *dump_buf << name_info_pair.second.throttling_info->max_alloc_power[i] << " "; in dumpThrottlingInfo()
366 *dump_buf << name_info_pair.second.throttling_info->min_alloc_power[i] << " "; in dumpThrottlingInfo()
371 *dump_buf << name_info_pair.second.throttling_info->s_power[i] << " "; in dumpThrottlingInfo()
376 *dump_buf << name_info_pair.second.throttling_info->i_cutoff[i] << " "; in dumpThrottlingInfo()
[all …]
/hardware/google/pixel/thermal/utils/
Dconfig_parser.h114 std::unique_ptr<ThrottlingInfo> throttling_info; member
Dconfig_parser.cpp654 std::unique_ptr<ThrottlingInfo> throttling_info( in ParseSensorInfo() local
673 .throttling_info = std::move(throttling_info), in ParseSensorInfo()