OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HidlTransportErrorLog
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/sensorservice/
SensorDevice.h
46
class
HidlTransportErrorLog
{
49
HidlTransportErrorLog
() {
54
HidlTransportErrorLog
(time_t ts, int count) {
159
SensorServiceUtil::RingBuffer<
HidlTransportErrorLog
> mHidlTransportErrors;
SensorDevice.cpp
211
HidlTransportErrorLog
errLog(time(NULL), numHidlTransportErrors);
Completed in 446 milliseconds