HomeSort by relevance Sort by last modified time
    Searched refs:mEventsSent (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;
82 mEventsSent,
84 mEventsReceived - (mEventsSentFromCache + mEventsSent + mCacheSize),
357 mEventsSent += count;

Completed in 83 milliseconds