Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.h50 std::map<std::string, SensorInfo> ParseSensorInfo(std::string_view config_path);
Dconfig_parser.cpp62 std::map<std::string, SensorInfo> ParseSensorInfo(std::string_view config_path) { in ParseSensorInfo() function
/hardware/google/pixel/thermal/
Dthermal-helper.cpp183 sensor_info_map_(ParseSensorInfo( in ThermalHelper()