Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h191 struct ThrottlingInfo { struct
229 std::shared_ptr<ThrottlingInfo> throttling_info; argument
Dthermal_throttling.h70 std::string_view sensor_name, const std::shared_ptr<ThrottlingInfo> &throttling_info,
Dthermal_info.cpp830 std::shared_ptr<ThrottlingInfo> *throttling_info, in ParseSensorThrottlingInfo()
1028 throttling_info->reset(new ThrottlingInfo{k_po, k_pu, k_i, k_d, i_max, max_alloc_power, in ParseSensorThrottlingInfo()
1356 std::shared_ptr<ThrottlingInfo> throttling_info; in ParseSensorInfo()
Dthermal_throttling.cpp120 std::string_view sensor_name, const std::shared_ptr<ThrottlingInfo> &throttling_info, in registerThermalThrottling()