Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h268 std::unordered_set<std::string> *loaded_config_paths);
Dthermal_info.cpp245 std::unordered_set<std::string> *loaded_config_paths) { in ParseThermalConfig() argument
246 if (loaded_config_paths->count(config_path.data())) { in ParseThermalConfig()
256 loaded_config_paths->insert(config_path.data()); in ParseThermalConfig()
263 if (!ParseThermalConfig(sub_configs_path, &sub_config, loaded_config_paths)) { in ParseThermalConfig()
/hardware/google/pixel/thermal/
Dthermal-helper.cpp183 std::unordered_set<std::string> loaded_config_paths; in ThermalHelperImpl() local
184 if (!ParseThermalConfig(config_path, &config, &loaded_config_paths)) { in ThermalHelperImpl()