Lines Matching refs:ThrottlingSeverity
44 size_t getTargetStateOfPID(const SensorInfo &sensor_info, const ThrottlingSeverity curr_severity) { in getTargetStateOfPID()
47 for (const auto &severity : ::ndk::enum_range<ThrottlingSeverity>()) { in getTargetStateOfPID()
112 static_cast<size_t>(ThrottlingSeverity::NONE); in clearThrottlingData()
135 static_cast<size_t>(ThrottlingSeverity::NONE); in registerThermalThrottling()
189 std::chrono::milliseconds time_elapsed_ms, ThrottlingSeverity curr_severity, in updatePowerBudget()
198 if (curr_severity == ThrottlingSeverity::NONE) { in updatePowerBudget()
203 if (throttling_status.prev_target != static_cast<size_t>(ThrottlingSeverity::NONE) && in updatePowerBudget()
326 const SensorInfo &sensor_info, const ThrottlingSeverity curr_severity, in computeExcludedPower()
358 const ThrottlingSeverity curr_severity, const std::chrono::milliseconds time_elapsed_ms, in allocatePowerToCdev()
612 ThrottlingSeverity curr_severity) { in updateCdevRequestBySeverity()
641 const ThrottlingSeverity severity, const SensorInfo &sensor_info) { in throttlingReleaseUpdate()
736 const ThrottlingSeverity curr_severity, const std::chrono::milliseconds time_elapsed_ms, in thermalThrottlingUpdate()
774 const ThrottlingSeverity curr_severity, std::vector<std::string> *cooling_devices_to_update, in computeCoolingDevicesRequest()