Searched refs:sensor_status (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/google/pixel/thermal/ |
H A D | thermal-helper.cpp | 570 if (severity > sensor_status.severity) { in getTargetStateOfPID() 587 sensor_status->err_integral = 0; in pidPowerCalculator() 588 sensor_status->prev_err = NAN; in pidPowerCalculator() 601 sensor_status->err_integral += err; in pidPowerCalculator() 605 if (!std::isnan(sensor_status->prev_err) && in pidPowerCalculator() 611 sensor_status->prev_err = err; in pidPowerCalculator() 1183 now - sensor_status.last_update_time); in thermalWatcherCallbackFunc() 1258 if (sensor_status.pid_request_map.size()) { in thermalWatcherCallbackFunc() 1268 if (sensor_status.hard_limit_request_map.size()) { in thermalWatcherCallbackFunc() 1274 if (sensor_status.pid_request_map.size() || sensor_status.hard_limit_request_map.size()) { in thermalWatcherCallbackFunc() [all …]
|
H A D | thermal-helper.h | 195 size_t getTargetStateOfPID(const SensorInfo &sensor_info, const SensorStatus &sensor_status); 198 SensorStatus *sensor_status, 202 bool requestCdevByPower(std::string_view sensor_name, SensorStatus *sensor_status, 205 void requestCdevBySeverity(std::string_view sensor_name, SensorStatus *sensor_status, 208 const SensorStatus &sensor_status,
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | EventLogTags.logtags | 46 2737 thermal_changed (name|3),(type|1|5),(temperature|5),(sensor_status|1|5),(previous_system_statu…
|