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

/frameworks/native/services/sensorservice/
H A DSensorService.h87 // Increment mPendingFlushEventsToSend in mSensorInfo. These flush complete events will be
120 // Increment mPendingFlushEventsToSend for the given sensor handle.
155 int mPendingFlushEventsToSend; member in struct:android::SensorService::SensorEventConnection::FlushInfo
159 FlushInfo() : mPendingFlushEventsToSend(0), mFirstFlushPending(false) {}
H A DSensorService.cpp1077 flushInfo.mPendingFlushEventsToSend);
1197 flushInfo.mPendingFlushEventsToSend++;
1384 while (flushInfo.mPendingFlushEventsToSend > 0) {
1399 flushInfo.mPendingFlushEventsToSend--;
1468 flushInfo.mPendingFlushEventsToSend++;
1470 flushInfo.mPendingFlushEventsToSend);

Completed in 711 milliseconds