Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.h46 class HidlTransportErrorLog {
49 HidlTransportErrorLog() { in HidlTransportErrorLog() function
54 HidlTransportErrorLog(time_t ts, int count) { in HidlTransportErrorLog() function
159 SensorServiceUtil::RingBuffer<HidlTransportErrorLog> mHidlTransportErrors;
DSensorDevice.cpp211 HidlTransportErrorLog errLog(time(NULL), numHidlTransportErrors); in poll()