HomeSort by relevance Sort by last modified time
    Searched refs:mPendingFlushEventsToSend (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/sensorservice/
SensorService.h 84 // Increment mPendingFlushEventsToSend in mSensorInfo. These flush complete events will be
96 int mPendingFlushEventsToSend;
100 FlushInfo() : mPendingFlushEventsToSend(0), mFirstFlushPending(false) {}
SensorService.cpp 758 flushInfo.mPendingFlushEventsToSend);
852 while (flushInfo.mPendingFlushEventsToSend > 0) {
862 flushInfo.mPendingFlushEventsToSend--;
    [all...]

Completed in 38 milliseconds