Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.cpp793 int pid_cdev_request = 0; in computeCoolingDevicesRequest() local
803 pid_cdev_request = thermal_throttling_status.pid_cdev_request_map.at(cdev_name); in computeCoolingDevicesRequest()
816 << "'s pid_request=" << pid_cdev_request in computeCoolingDevicesRequest()
823 ATRACE_INT((atrace_prefix + std::string("-pid_request")).c_str(), pid_cdev_request); in computeCoolingDevicesRequest()
830 auto request_state = std::max(pid_cdev_request, hardlimit_cdev_request); in computeCoolingDevicesRequest()