Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h214 int mPendingFlushEventsToSend; member
218 FlushInfo() : mPendingFlushEventsToSend(0), mFirstFlushPending(false) {} in FlushInfo()
DSensorService.cpp1399 flushInfo.mPendingFlushEventsToSend); in dump()
1526 flushInfo.mPendingFlushEventsToSend++; in incrementPendingFlushCount()
1713 while (flushInfo.mPendingFlushEventsToSend > 0) { in sendPendingFlushEventsLocked()
1728 flushInfo.mPendingFlushEventsToSend--; in sendPendingFlushEventsLocked()
1797 flushInfo.mPendingFlushEventsToSend++; in countFlushCompleteEventsLocked()
1799 flushInfo.mPendingFlushEventsToSend); in countFlushCompleteEventsLocked()