Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.cpp542 int target_throttle_step = binded_cdev_info_pair.second.max_throttle_step; in allocatePowerToCdev() local
543 while ((curr_cdev_vote + target_throttle_step) < in allocatePowerToCdev()
546 cdev_info.state2power[curr_cdev_vote + target_throttle_step] == in allocatePowerToCdev()
548 target_throttle_step += 1; in allocatePowerToCdev()
551 std::min(curr_cdev_vote + target_throttle_step, in allocatePowerToCdev()