Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:Connection

59     class Connection : public BnDisplayEventConnection {
61 explicit Connection(const sp<EventThread>& eventThread);
70 virtual ~Connection();
83 sp<Connection> createEventConnection() const;
84 status_t registerDisplayEventConnection(const sp<Connection>& connection);
86 void setVsyncRate(uint32_t count, const sp<Connection>& connection);
87 void requestNextVsync(const sp<Connection>& connection);
98 Vector< sp<EventThread::Connection> > waitForEvent(
112 void removeDisplayEventConnection(const wp<Connection>& connection);
126 SortedVector< wp<Connection> > mDisplayEventConnections;