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

/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp63 mDisplayEventConnections.add(connection);
71 mDisplayEventConnections.remove(connection);
209 size_t count = mDisplayEventConnections.size();
211 sp<Connection> connection(mDisplayEventConnections[i].promote());
244 mDisplayEventConnections.removeAt(i);
303 // (The connections might have dropped out of mDisplayEventConnections
330 mDisplayEventConnections.size(),
332 for (size_t i=0 ; i<mDisplayEventConnections.size() ; i++) {
334 mDisplayEventConnections.itemAt(i).promote();
H A DEventThread.h105 SortedVector< wp<Connection> > mDisplayEventConnections; member in class:android::EventThread

Completed in 46 milliseconds