Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp1695 Json::Value outlier_temp_config = abnormal_stats_config["Outlier"]; in ParseSensorAbnormalStatsConfig() local
1696 if (outlier_temp_config) { in ParseSensorAbnormalStatsConfig()
1699 if (outlier_temp_config["Default"]) { in ParseSensorAbnormalStatsConfig()
1701 if (!getTempRangeInfoFromJsonValues(outlier_temp_config["Default"], in ParseSensorAbnormalStatsConfig()
1708 Json::Value configs = outlier_temp_config["Configs"]; in ParseSensorAbnormalStatsConfig()