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/
Dconfig_parser.h83 bool throttling_with_power_link; member
Dconfig_parser.cpp568 bool throttling_with_power_link = false; in ParseSensorInfo() local
583 throttling_with_power_link = true; in ParseSensorInfo()
586 << throttling_with_power_link; in ParseSensorInfo()
637 .throttling_with_power_link = throttling_with_power_link, in ParseSensorInfo()
Dpower_files.cpp369 if (binded_cdev_info.throttling_with_power_link) { in throttlingReleaseUpdate()
374 if (binded_cdev_info.throttling_with_power_link) { in throttlingReleaseUpdate()
/hardware/google/pixel/thermal/
DThermal.cpp437 << binded_cdev_info_pair.second.throttling_with_power_link in dumpThrottlingInfo()