Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/tests/
Dthermal_config_field_names.txt3 BindedCdevInfo
/hardware/google/pixel/thermal/utils/
Dthermal_info.h184 struct BindedCdevInfo { struct
202 using ProfileMap = std::unordered_map<std::string, std::unordered_map<std::string, BindedCdevInfo>>; argument
219 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map;
Dthermal_info.cpp709 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map, in ParseBindedCdevInfo()
1107 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map; in ParseSensorThrottlingInfo()
1121 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map_profile; in ParseSensorThrottlingInfo()
/hardware/google/pixel/thermal/
Dthermal-helper.h236 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map);
Dthermal-helper.cpp152 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map) { in maxCoolingRequestCheck()