Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.h148 int mPendingFlushEventsToSend; member
154 FlushInfo() : mPendingFlushEventsToSend(0), mFirstFlushPending(false) {} in FlushInfo()
DSensorEventConnection.cpp91 flushInfo.mPendingFlushEventsToSend); in dump()
217 flushInfo.mPendingFlushEventsToSend++; in incrementPendingFlushCount()
411 while (flushInfo.mPendingFlushEventsToSend > 0) { in sendPendingFlushEventsLocked()
425 flushInfo.mPendingFlushEventsToSend--; in sendPendingFlushEventsLocked()
501 flushInfo.mPendingFlushEventsToSend++; in countFlushCompleteEventsLocked()
503 flushInfo.mPendingFlushEventsToSend); in countFlushCompleteEventsLocked()