Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/pid_1_0/utils/
Dthermal_info.h72 struct BindedCdevInfo { struct
73 CdevArray limit_info;
74 ThrottlingArray power_thresholds;
75 ReleaseLogic release_logic;
99 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map; argument
/hardware/google/pixel/thermal/utils/
Dthermal_info.h72 struct BindedCdevInfo { struct
73 CdevArray limit_info;
74 ThrottlingArray power_thresholds;
75 ReleaseLogic release_logic;
76 ThrottlingArray cdev_weight_for_pid;
77 CdevArray cdev_ceiling;
101 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map; argument