Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h247 bool ParseThermalConfig(std::string_view config_path, Json::Value *config);
Dthermal_info.cpp201 bool ParseThermalConfig(std::string_view config_path, Json::Value *config) { in ParseThermalConfig() function
/hardware/google/pixel/thermal/
Dthermal-helper.cpp156 if (!ParseThermalConfig(config_path, &config)) { in ThermalHelperImpl()