Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DUeventListener.cpp352 auto abnormality_type = kThermalAbnormalityTypeStrToEnum.find(type_msg[1]); in ReportThermalAbnormalEvent() local
353 if (abnormality_type == kThermalAbnormalityTypeStrToEnum.end()) { in ReportThermalAbnormalEvent()
389 abnormality_type->first.c_str(), abnormality_type->second, name.c_str(), val); in ReportThermalAbnormalEvent()
392 .values = {abnormality_type->second, name, val}}; in ReportThermalAbnormalEvent()