Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DUeventListener.cpp382 auto val_str = val_msg.substr(val_start_pos); in ReportThermalAbnormalEvent() local
384 if (sscanf(val_str.c_str(), "%d", &val) != 1) { in ReportThermalAbnormalEvent()
385 ALOGE("Invalid value for thermal abnormal info: %s", val_str.c_str()); in ReportThermalAbnormalEvent()