Searched refs:ThrottlingInfo (Results 1 – 4 of 4) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | thermal_info.h | 191 struct ThrottlingInfo { struct 229 std::shared_ptr<ThrottlingInfo> throttling_info; argument
|
D | thermal_throttling.h | 70 std::string_view sensor_name, const std::shared_ptr<ThrottlingInfo> &throttling_info,
|
D | thermal_info.cpp | 830 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()
|
D | thermal_throttling.cpp | 120 std::string_view sensor_name, const std::shared_ptr<ThrottlingInfo> &throttling_info, in registerThermalThrottling()
|