Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.h171 int mPendingFlushEventsToSend; member
177 FlushInfo() : mPendingFlushEventsToSend(0), mFirstFlushPending(false) {} in FlushInfo()
DSensorEventConnection.cpp103 flushInfo.mPendingFlushEventsToSend); in dump()
148 flushInfo.mPendingFlushEventsToSend); in dump()
282 flushInfo.mPendingFlushEventsToSend++; in incrementPendingFlushCountIfHasAccess()
564 while (flushInfo.mPendingFlushEventsToSend > 0) { in sendPendingFlushEventsLocked()
578 flushInfo.mPendingFlushEventsToSend--; in sendPendingFlushEventsLocked()
656 flushInfo.mPendingFlushEventsToSend++; in countFlushCompleteEventsLocked()
658 flushInfo.mPendingFlushEventsToSend); in countFlushCompleteEventsLocked()