Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.cpp1212 mPendingFlushConnections.begin(); it != mPendingFlushConnections.end();) { in removeConnection()
1215 it = mPendingFlushConnections.erase(it); in removeConnection()
1225 mPendingFlushConnections.add(connection); in addPendingFlushConnection()
1229 if (mPendingFlushConnections.size() > 0) { in removeFirstPendingFlushConnection()
1230 mPendingFlushConnections.removeAt(0); in removeFirstPendingFlushConnection()
1236 if (mPendingFlushConnections.size() > 0) { in getFirstPendingFlushConnection()
1237 return mPendingFlushConnections[0].unsafe_get(); in getFirstPendingFlushConnection()
1243 mPendingFlushConnections.clear(); in clearAllPendingFlushConnections()
DSensorService.h256 Vector< wp<SensorEventConnection> > mPendingFlushConnections; variable