Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.h151 int mPendingFlushEventsToSend; member
157 FlushInfo() : mPendingFlushEventsToSend(0), mFirstFlushPending(false) {} in FlushInfo()
DSensorEventConnection.cpp91 flushInfo.mPendingFlushEventsToSend); in dump()
217 flushInfo.mPendingFlushEventsToSend++; in incrementPendingFlushCount()
438 while (flushInfo.mPendingFlushEventsToSend > 0) { in sendPendingFlushEventsLocked()
452 flushInfo.mPendingFlushEventsToSend--; in sendPendingFlushEventsLocked()
531 flushInfo.mPendingFlushEventsToSend++; in countFlushCompleteEventsLocked()
533 flushInfo.mPendingFlushEventsToSend); in countFlushCompleteEventsLocked()