Home
last modified time | relevance | path

Searched refs:mPendingFlushEventsToSend (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorEventConnection.h145 int mPendingFlushEventsToSend; member
151 FlushInfo() : mPendingFlushEventsToSend(0), mFirstFlushPending(false) {} in FlushInfo()
DSensorEventConnection.cpp76 flushInfo.mPendingFlushEventsToSend); in dump()
202 flushInfo.mPendingFlushEventsToSend++; in incrementPendingFlushCount()
396 while (flushInfo.mPendingFlushEventsToSend > 0) { in sendPendingFlushEventsLocked()
410 flushInfo.mPendingFlushEventsToSend--; in sendPendingFlushEventsLocked()
479 flushInfo.mPendingFlushEventsToSend++; in countFlushCompleteEventsLocked()
481 flushInfo.mPendingFlushEventsToSend); in countFlushCompleteEventsLocked()