Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:sp

53     virtual void setCallback(const sp<Callback>& callback) = 0;
60 Connection(const sp<EventThread>& eventThread);
71 virtual sp<BitTube> getDataChannel() const;
74 sp<EventThread> const mEventThread;
75 sp<BitTube> const mChannel;
80 EventThread(const sp<VSyncSource>& src);
82 sp<Connection> createEventConnection() const;
83 status_t registerDisplayEventConnection(const sp<Connection>& connection);
85 void setVsyncRate(uint32_t count, const sp<Connection>& connection);
86 void requestNextVsync(const sp<Connection>& connection);
97 Vector< sp<EventThread::Connection> > waitForEvent(
117 sp<VSyncSource> mVSyncSource;