Home
last modified time | relevance | path

Searched refs:write_path (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/thermal/
Dthermal-helper.cpp801 std::string write_path; in initializeCoolingDevices() local
802 if (!cooling_device_info_pair.second.write_path.empty()) { in initializeCoolingDevices()
803 write_path = cooling_device_info_pair.second.write_path.data(); in initializeCoolingDevices()
805 write_path = ::android::base::StringPrintf("%s/%s", path.data(), in initializeCoolingDevices()
809 if (!cooling_devices_.addThermalFile(cooling_device_name, write_path)) { in initializeCoolingDevices()
/hardware/google/pixel/thermal/utils/
Dthermal_info.h236 std::string write_path; member
Dthermal_info.cpp1431 const std::string &write_path = cooling_devices[i]["WritePath"].asString(); in ParseCoolingDevice() local
1432 LOG(INFO) << "Cdev Write Path: " << (write_path.empty() ? "default" : write_path); in ParseCoolingDevice()
1458 .write_path = write_path, in ParseCoolingDevice()