Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h248 bool ParseSensorInfo(const Json::Value &config,
Dthermal_info.cpp1036 bool ParseSensorInfo(const Json::Value &config, in ParseSensorInfo() function
/hardware/google/pixel/thermal/
Dthermal-helper.cpp166 if (!ParseSensorInfo(config, &sensor_info_map_)) { in ThermalHelperImpl()