Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/utils/
H A Dconfig_parser.cpp733 const std::string &read_path = cooling_devices[i]["ReadPath"].asString(); in ParseCoolingDevice() local
734 LOG(INFO) << "Cdev Read Path: " << (read_path.empty() ? "default" : read_path); in ParseCoolingDevice()
758 .read_path = read_path, in ParseCoolingDevice()
H A Dconfig_parser.h119 std::string read_path; member
/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.cpp839 std::string read_path; in initializeCoolingDevices() local
840 if (!cooling_device_info_pair.second.read_path.empty()) { in initializeCoolingDevices()
841 read_path = cooling_device_info_pair.second.read_path.data(); in initializeCoolingDevices()
843 read_path = android::base::StringPrintf("%s/%s", path.data(), in initializeCoolingDevices()
846 if (!cooling_devices_.addThermalFile(cooling_device_name, read_path)) { in initializeCoolingDevices()