Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h105 struct TempStuckInfo { struct
117 TempStuckInfo temp_stuck_info; argument
122 std::optional<TempStuckInfo> default_temp_stuck_info;
Dthermal_stats_helper.h124 std::unordered_map<std::string, std::shared_ptr<TempStuckInfo>> temp_stuck_info_map_;
Dthermal_stats_helper.cpp232 std::make_shared<TempStuckInfo>(sensors_temp_stuck_info.temp_stuck_info); in initializeSensorAbnormalityStats()
244 ? std::make_shared<TempStuckInfo>( in initializeSensorAbnormalityStats()
Dthermal_info.cpp160 bool getTempStuckInfoFromJsonValue(const Json::Value &values, TempStuckInfo *temp_stuck_info) { in getTempStuckInfoFromJsonValue()
1743 std::optional<TempStuckInfo> default_temp_stuck_info; in ParseSensorAbnormalStatsConfig()