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.cpp302 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map, in ParseBindedCdevInfo()
571 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map; in ParseSensorThrottlingInfo() local
Dthermal_throttling.cpp721 const auto &binded_cdev_info_map = in computeCoolingDevicesRequest() local
Dthermal_info.h162 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map; member
/hardware/google/pixel/thermal/
Dthermal-helper.cpp97 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map) { in maxCoolingRequestCheck()