Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DUeventListener.cpp330 const char *thermal_abnormal_event_info) { in ReportThermalAbnormalEvent() argument
334 !thermal_abnormal_event_type || !thermal_abnormal_event_info) in ReportThermalAbnormalEvent()
337 thermal_abnormal_event_info); in ReportThermalAbnormalEvent()
339 std::vector<std::string> info_msg = android::base::Split(thermal_abnormal_event_info, "="); in ReportThermalAbnormalEvent()
406 const char *thermal_abnormal_event_type = nullptr, *thermal_abnormal_event_info = nullptr; in ProcessUevent() local
470 thermal_abnormal_event_info = cp; in ProcessUevent()
492 thermal_abnormal_event_info); in ProcessUevent()
/hardware/google/pixel/pixelstats/include/pixelstats/
DUeventListener.h99 const char *thermal_abnormal_event_info);