Home
last modified time | relevance | path

Searched defs:cdev_name (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_files.cpp76 bool ThermalFiles::writeCdevFile(std::string_view cdev_name, std::string_view data) { in writeCdevFile()
Dthermal_throttling.cpp828 const auto &cdev_name = cdev_request_pair.first; in computeCoolingDevicesRequest() local
888 bool ThermalThrottling::updateCdevMaxRequestAndNotifyIfChange(std::string_view cdev_name, in updateCdevMaxRequestAndNotifyIfChange()
904 bool ThermalThrottling::getCdevMaxRequest(std::string_view cdev_name, int *max_state) { in getCdevMaxRequest()
Dthermal_stats_helper.cpp503 std::string cdev_name = stats_by_threshold.logging_name.value_or( in reportAllSensorCdevRequestStats() local
Dthermal_info.cpp715 const std::string &cdev_name = values[j]["CdevRequest"].asString(); in ParseBindedCdevInfo() local
/hardware/google/pixel/thermal/
Dthermal-helper.cpp890 auto cdev_name = ::android::base::StringPrintf("%s_%s", name.data(), "w"); in initializeCoolingDeviceEntry() local