Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.cpp658 auto &release_step = in throttlingReleaseUpdate() local
664 release_step = binded_cdev_info_pair.second.throttling_with_power_link ? max_state : 0; in throttlingReleaseUpdate()
696 if (std::abs(release_step) < static_cast<int>(max_state)) { in throttlingReleaseUpdate()
697 release_step--; in throttlingReleaseUpdate()
700 release_step = 0; in throttlingReleaseUpdate()
705 if (release_step < static_cast<int>(max_state)) { in throttlingReleaseUpdate()
706 release_step++; in throttlingReleaseUpdate()
709 release_step = 0; in throttlingReleaseUpdate()
714 if (release_step < static_cast<int>(max_state)) { in throttlingReleaseUpdate()
715 release_step++; in throttlingReleaseUpdate()
[all …]