Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h171 struct BindedCdevInfo { struct
189 using ProfileMap = std::unordered_map<std::string, std::unordered_map<std::string, BindedCdevInfo>>; argument
205 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map;
Dthermal_info.cpp594 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map, in ParseBindedCdevInfo()
961 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map; in ParseSensorThrottlingInfo()
974 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map_profile; in ParseSensorThrottlingInfo()
/hardware/google/pixel/thermal/
Dthermal-helper.h230 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map);
Dthermal-helper.cpp125 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map) { in maxCoolingRequestCheck()