Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/utils/
H A Dpower_files.cpp76 const BindedCdevInfo &binded_cdev_info, in registerPowerRailsToWatch() argument
86 throttling_release_map_[sensor_name.data()].count(binded_cdev_info.power_rail)) { in registerPowerRailsToWatch()
121 power_status_map_[sensor_name.data()][binded_cdev_info.power_rail] = { in registerPowerRailsToWatch()
318 const BindedCdevInfo &binded_cdev_info, in throttlingReleaseUpdate() argument
327 !power_status_map_[sensor_name.data()].count(binded_cdev_info.power_rail)) { in throttlingReleaseUpdate()
339 LOG(VERBOSE) << "Power rail " << binded_cdev_info.power_rail in throttlingReleaseUpdate()
369 if (binded_cdev_info.throttling_with_power_link) { in throttlingReleaseUpdate()
374 if (binded_cdev_info.throttling_with_power_link) { in throttlingReleaseUpdate()
383 if (!binded_cdev_info.high_power_check) { in throttlingReleaseUpdate()
393 << binded_cdev_info.power_thresholds[static_cast<int>(severity)] in throttlingReleaseUpdate()
[all …]
H A Dpower_files.h65 const BindedCdevInfo &binded_cdev_info,
87 const BindedCdevInfo &binded_cdev_info,
/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.cpp693 const auto &binded_cdev_info = in computeCoolingDevicesRequest() local
696 binded_cdev_info.cdev_ceiling[static_cast<size_t>(sensor_status.severity)]; in computeCoolingDevicesRequest()
698 binded_cdev_info in computeCoolingDevicesRequest()