Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h172 std::string temp_path; member
Dthermal_info.cpp843 std::string temp_path; in ParseSensorInfo() local
845 temp_path = sensors[i]["TempPath"].asString(); in ParseSensorInfo()
846 LOG(INFO) << "Sensor[" << name << "]'s TempPath: " << temp_path; in ParseSensorInfo()
922 .temp_path = temp_path, in ParseSensorInfo()
/hardware/google/pixel/thermal/
Dthermal-helper.cpp576 if (sensor_info_pair.second.temp_path.empty()) { in initializeSensorMap()
580 path = sensor_info_pair.second.temp_path; in initializeSensorMap()