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 161 int mEventsReceived, mEventsSent, mEventsSentFromCache;
SensorEventConnection.cpp 36 mEventsReceived = mEventsSentFromCache = mEventsSent = 0;
83 mEventsSentFromCache,
84 mEventsReceived - (mEventsSentFromCache + mEventsSent + mCacheSize),
460 mEventsSentFromCache += numEventsToWrite;

Completed in 2230 milliseconds