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

/frameworks/native/services/sensorservice/
H A DSensorRecord.cpp47 for (Vector< wp<const SensorEventConnection> >::iterator it = mPendingFlushConnections.begin();
48 it != mPendingFlushConnections.end(); ) {
50 it = mPendingFlushConnections.erase(it);
60 mPendingFlushConnections.add(connection);
64 if (mPendingFlushConnections.size() > 0) {
65 mPendingFlushConnections.removeAt(0);
71 if (mPendingFlushConnections.size() > 0) {
72 return mPendingFlushConnections[0];
78 mPendingFlushConnections.clear();
H A DSensorRecord.h41 Vector< wp<const SensorEventConnection> > mPendingFlushConnections; member in class:android::SensorService::SensorRecord

Completed in 50 milliseconds