Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.cpp685 std::string atrace_prefix = ::android::base::StringPrintf( in throttlingReleaseUpdate() local
688 (atrace_prefix + std::string("-power_threshold")).c_str(), in throttlingReleaseUpdate()
691 ATRACE_INT((atrace_prefix + std::string("-avg_power")).c_str(), avg_power); in throttlingReleaseUpdate()
821 std::string atrace_prefix = in computeCoolingDevicesRequest() local
823 ATRACE_INT((atrace_prefix + std::string("-pid_request")).c_str(), pid_cdev_request); in computeCoolingDevicesRequest()
824 ATRACE_INT((atrace_prefix + std::string("-hardlimit_request")).c_str(), in computeCoolingDevicesRequest()
826 ATRACE_INT((atrace_prefix + std::string("-release_step")).c_str(), release_step); in computeCoolingDevicesRequest()
827 ATRACE_INT((atrace_prefix + std::string("-cdev_floor")).c_str(), cdev_floor); in computeCoolingDevicesRequest()
828 ATRACE_INT((atrace_prefix + std::string("-cdev_ceiling")).c_str(), cdev_ceiling); in computeCoolingDevicesRequest()
842 ATRACE_INT((atrace_prefix + std::string("-final_request")).c_str(), request_state); in computeCoolingDevicesRequest()