Home
last modified time | relevance | path

Searched refs:cooling_devices_to_update (Results 1 – 8 of 8) sorted by relevance

/hardware/google/pixel/thermal/pid_1_0/utils/
Dthermal_throttling.h89 std::vector<std::string> *cooling_devices_to_update);
114 std::vector<std::string> cooling_devices_to_update; variable
Dthermal_throttling.cpp379 std::vector<std::string> *cooling_devices_to_update) { in computeCoolingDevicesRequest() argument
439 cooling_devices_to_update->emplace_back(cdev_request_pair.first); in computeCoolingDevicesRequest()
/hardware/google/pixel/thermal/utils/
Dthermal_throttling.h93 std::vector<std::string> *cooling_devices_to_update);
131 std::vector<std::string> cooling_devices_to_update; variable
Dthermal_throttling.cpp645 std::vector<std::string> *cooling_devices_to_update) { in computeCoolingDevicesRequest() argument
709 cooling_devices_to_update->emplace_back(cdev_request_pair.first); in computeCoolingDevicesRequest()
/hardware/google/pixel/thermal/pid_1_0/
Dthermal-helper.h156 void updateCoolingDevices(const std::vector<std::string> &cooling_devices_to_update);
Dthermal-helper.cpp873 std::vector<std::string> cooling_devices_to_update; in thermalWatcherCallbackFunc() local
994 &cooling_devices_to_update); in thermalWatcherCallbackFunc()
1004 if (!cooling_devices_to_update.empty()) { in thermalWatcherCallbackFunc()
1005 updateCoolingDevices(cooling_devices_to_update); in thermalWatcherCallbackFunc()
/hardware/google/pixel/thermal/
Dthermal-helper.h157 void updateCoolingDevices(const std::vector<std::string> &cooling_devices_to_update);
Dthermal-helper.cpp899 std::vector<std::string> cooling_devices_to_update; in thermalWatcherCallbackFunc() local
1024 &cooling_devices_to_update); in thermalWatcherCallbackFunc()
1034 if (!cooling_devices_to_update.empty()) { in thermalWatcherCallbackFunc()
1035 updateCoolingDevices(cooling_devices_to_update); in thermalWatcherCallbackFunc()