Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.h65 bool max_throttling; member
88 const bool max_throttling) = 0;
90 const bool max_throttling) = 0;
131 const bool max_throttling) override;
133 const bool max_throttling) override;
231 void checkUpdateSensorForEmul(std::string_view target_sensor, const bool max_throttling);
Dthermal-helper.cpp378 const bool max_throttling) { in checkUpdateSensorForEmul() argument
392 sensor_status.override_status.max_throttling = max_throttling; in checkUpdateSensorForEmul()
395 checkUpdateSensorForEmul(sensor_name, max_throttling); in checkUpdateSensorForEmul()
400 const bool max_throttling) { in emulTemp() argument
402 << " max_throttling: " << max_throttling; in emulTemp()
415 sensor_status.override_status.max_throttling = max_throttling; in emulTemp()
418 checkUpdateSensorForEmul(target_sensor.data(), max_throttling); in emulTemp()
425 const bool max_throttling) { in emulSeverity() argument
427 << " max_throttling: " << max_throttling; in emulSeverity()
449 sensor_status.override_status.max_throttling = max_throttling; in emulSeverity()
[all …]
DThermal.cpp733 << sensor_status_pair.second.override_status.max_throttling << std::endl; in dumpThermalData()
/hardware/google/pixel/thermal/utils/
Dthermal_throttling.h84 const bool max_throttling = false,
103 const bool max_throttling,
118 const bool max_throttling, const std::vector<float> &sensor_predictions);
Dthermal_throttling.cpp190 const bool max_throttling, const std::vector<float> &sensor_predictions) { in updatePowerBudget() argument
215 if (max_throttling && err <= 0) { in updatePowerBudget()
361 const bool max_throttling, const std::vector<float> &sensor_predictions) { in allocatePowerToCdev() argument
375 curr_severity, max_throttling, sensor_predictions); in allocatePowerToCdev()
512 if (!max_throttling) { in allocatePowerToCdev()
739 const bool max_throttling, const std::vector<float> &sensor_predictions) { in thermalThrottlingUpdate() argument
750 power_status_map, cooling_device_info_map, max_throttling, in thermalThrottlingUpdate()