Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorRecord.cpp47 for (Vector< wp<SensorEventConnection> >::iterator it = mPendingFlushConnections.begin(); in removeConnection()
48 it != mPendingFlushConnections.end(); ) { in removeConnection()
50 it = mPendingFlushConnections.erase(it); in removeConnection()
60 mPendingFlushConnections.add(connection); in addPendingFlushConnection()
64 if (mPendingFlushConnections.size() > 0) { in removeFirstPendingFlushConnection()
65 mPendingFlushConnections.removeAt(0); in removeFirstPendingFlushConnection()
71 if (mPendingFlushConnections.size() > 0) { in getFirstPendingFlushConnection()
72 return mPendingFlushConnections[0].unsafe_get(); in getFirstPendingFlushConnection()
78 mPendingFlushConnections.clear(); in clearAllPendingFlushConnections()
DSensorRecord.h41 Vector< wp<SensorEventConnection> > mPendingFlushConnections; variable