Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
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() local
Dthermal_throttling.cpp787 const auto &binded_cdev_info_map = in computeCoolingDevicesRequest() local
Dthermal_info.h205 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map; member
/hardware/google/pixel/thermal/
Dthermal-helper.cpp125 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map) { in maxCoolingRequestCheck()