Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.h54 class HidlTransportErrorLog {
57 HidlTransportErrorLog() { in HidlTransportErrorLog() function
62 HidlTransportErrorLog(time_t ts, int count) { in HidlTransportErrorLog() function
197 SensorServiceUtil::RingBuffer<HidlTransportErrorLog> mHidlTransportErrors;
DSensorDevice.cpp557 HidlTransportErrorLog errLog(time(nullptr), numHidlTransportErrors); in pollHal()