Home
last modified time | relevance | path

Searched refs:binded_cdev_info_pair (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/pixel/thermal/
H A DThermal.cpp381 for (const auto &binded_cdev_info_pair : in dumpThrottlingInfo() local
383 *dump_buf << " Cooling device name: " << binded_cdev_info_pair.first in dumpThrottlingInfo()
387 *dump_buf << binded_cdev_info_pair.second.cdev_weight_for_pid[i] << " "; in dumpThrottlingInfo()
392 *dump_buf << binded_cdev_info_pair.second.cdev_ceiling[i] << " "; in dumpThrottlingInfo()
397 *dump_buf << binded_cdev_info_pair.second.cdev_floor_with_power_link[i] in dumpThrottlingInfo()
403 *dump_buf << binded_cdev_info_pair.second.limit_info[i] << " "; in dumpThrottlingInfo()
407 if (!binded_cdev_info_pair.second.power_rail.empty()) { in dumpThrottlingInfo()
409 << binded_cdev_info_pair.second.power_rail << std::endl; in dumpThrottlingInfo()
416 switch (binded_cdev_info_pair.second.release_logic) { in dumpThrottlingInfo()
435 << binded_cdev_info_pair.second.high_power_check << std::endl; in dumpThrottlingInfo()
[all …]
H A Dthermal-helper.cpp637 if (!std::isnan(binded_cdev_info_pair.second.cdev_weight_for_pid[target_state])) { in requestCdevByPower()
654 cooling_device_info_map_.at(binded_cdev_info_pair.first); in requestCdevByPower()
662 << cdev_power_budget << "mW to " << binded_cdev_info_pair.first in requestCdevByPower()
672 sensor_status->hard_limit_request_map.at(binded_cdev_info_pair.first) = in requestCdevBySeverity()
673 binded_cdev_info_pair.second in requestCdevBySeverity()
676 << binded_cdev_info_pair.first << " to " in requestCdevBySeverity()
1278 for (const auto &binded_cdev_info_pair : in thermalWatcherCallbackFunc() local
1280 if (binded_cdev_info_pair.second.power_rail != "") { in thermalWatcherCallbackFunc()
1285 name_status_pair.first, binded_cdev_info_pair.first, in thermalWatcherCallbackFunc()
1287 binded_cdev_info_pair.second, power_rail_info, in thermalWatcherCallbackFunc()
[all …]