Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.h86 struct ThrottlingInfo { struct
87 ThrottlingArray k_po;
88 ThrottlingArray k_pu;
89 ThrottlingArray k_i;
90 ThrottlingArray k_d;
114 std::unique_ptr<ThrottlingInfo> throttling_info; argument