Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp740 std::string read_path; in initializeCoolingDevices() local
741 if (!cooling_device_info_pair.second.read_path.empty()) { in initializeCoolingDevices()
742 read_path = cooling_device_info_pair.second.read_path.data(); in initializeCoolingDevices()
744 read_path = ::android::base::StringPrintf("%s/%s", path.data(), in initializeCoolingDevices()
747 if (!cooling_devices_.addThermalFile(cooling_device_name, read_path)) { in initializeCoolingDevices()
/hardware/google/pixel/thermal/utils/
Dthermal_info.h235 std::string read_path; member
Dthermal_info.cpp1428 const std::string &read_path = cooling_devices[i]["ReadPath"].asString(); in ParseCoolingDevice() local
1429 LOG(INFO) << "Cdev Read Path: " << (read_path.empty() ? "default" : read_path); in ParseCoolingDevice()
1457 .read_path = read_path, in ParseCoolingDevice()