HomeSort by relevance Sort by last modified time
    Searched refs:mEventsSentFromCache (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/sensorservice/
SensorEventConnection.h 167 int mEventsReceived, mEventsSent, mEventsSentFromCache;
SensorEventConnection.cpp 39 mEventsReceived = mEventsSentFromCache = mEventsSent = 0;
98 mEventsSentFromCache,
99 mEventsReceived - (mEventsSentFromCache + mEventsSent + mCacheSize),
505 mEventsSentFromCache += numEventsToWrite;

Completed in 111 milliseconds