Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h184 bool throttling_with_power_link; member
Dthermal_info.cpp749 bool throttling_with_power_link = false; in ParseBindedCdevInfo() local
765 throttling_with_power_link = true; in ParseBindedCdevInfo()
768 << throttling_with_power_link; in ParseBindedCdevInfo()
821 .throttling_with_power_link = throttling_with_power_link, in ParseBindedCdevInfo()
Dthermal_throttling.cpp438 if (binded_cdev_info_pair.second.throttling_with_power_link) { in allocatePowerToCdev()
664 release_step = binded_cdev_info_pair.second.throttling_with_power_link ? max_state : 0; in throttlingReleaseUpdate()
/hardware/google/pixel/thermal/
DThermal.cpp500 << binded_cdev_info_pair.second.throttling_with_power_link in dumpThrottlingInfo()