Home
last modified time | relevance | path

Searched defs:ThermalThrottlingStatus (Results 1 – 1 of 1) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.h39 struct ThermalThrottlingStatus { struct
40 std::unordered_map<std::string, int> pid_power_budget_map;
41 std::unordered_map<std::string, int> pid_cdev_request_map;
42 std::unordered_map<std::string, int> hardlimit_cdev_request_map;
43 std::unordered_map<std::string, int> throttling_release_map;
44 std::unordered_map<std::string, int> cdev_status_map;
45 float prev_err;
46 float i_budget;
47 float prev_target;
48 float prev_power_budget;
[all …]