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.h197 bool throttling_with_power_link; member
Dthermal_info.cpp871 bool throttling_with_power_link = false; in ParseBindedCdevInfo() local
887 throttling_with_power_link = true; in ParseBindedCdevInfo()
890 << throttling_with_power_link; in ParseBindedCdevInfo()
943 .throttling_with_power_link = throttling_with_power_link, in ParseBindedCdevInfo()
Dthermal_throttling.cpp471 if (binded_cdev_info_pair.second.throttling_with_power_link) { in allocatePowerToCdev()
697 release_step = binded_cdev_info_pair.second.throttling_with_power_link ? max_state : 0; in throttlingReleaseUpdate()
/hardware/google/pixel/thermal/
DThermal.cpp509 << binded_cdev_info_pair.second.throttling_with_power_link in dumpThrottlingInfo()