Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp829 const std::string_view name, const Json::Value &sensor, bool *support_throttling, in ParseSensorThrottlingInfo() argument
1032 *support_throttling = support_pid | support_hard_limit; in ParseSensorThrottlingInfo()
1355 bool support_throttling = false; // support pid or hard limit in ParseSensorInfo() local
1357 if (!ParseSensorThrottlingInfo(name, sensors[i], &support_throttling, &throttling_info, in ParseSensorInfo()
1364 bool is_watch = (send_cb | send_powerhint | support_throttling); in ParseSensorInfo()