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

  /frameworks/native/services/sensorservice/
SensorEventConnection.h 78 // Increment mPendingFlushEventsToSend in mSensorInfo. These flush complete events will be sent
110 // Increment mPendingFlushEventsToSend for the given sensor handle.
145 int mPendingFlushEventsToSend;
151 FlushInfo() : mPendingFlushEventsToSend(0), mFirstFlushPending(false) {}
SensorEventConnection.cpp 76 flushInfo.mPendingFlushEventsToSend);
202 flushInfo.mPendingFlushEventsToSend++;
396 while (flushInfo.mPendingFlushEventsToSend > 0) {
410 flushInfo.mPendingFlushEventsToSend--;
479 flushInfo.mPendingFlushEventsToSend++;
481 flushInfo.mPendingFlushEventsToSend);

Completed in 175 milliseconds