Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.h163 int mPendingFlushEventsToSend; member
169 FlushInfo() : mPendingFlushEventsToSend(0), mFirstFlushPending(false) {} in FlushInfo()
DSensorEventConnection.cpp99 flushInfo.mPendingFlushEventsToSend); in dump()
225 flushInfo.mPendingFlushEventsToSend++; in incrementPendingFlushCount()
486 while (flushInfo.mPendingFlushEventsToSend > 0) { in sendPendingFlushEventsLocked()
500 flushInfo.mPendingFlushEventsToSend--; in sendPendingFlushEventsLocked()
579 flushInfo.mPendingFlushEventsToSend++; in countFlushCompleteEventsLocked()
581 flushInfo.mPendingFlushEventsToSend); in countFlushCompleteEventsLocked()