Lines Matching refs:EventThreadConnection

64 std::string toString(const EventThreadConnection& connection) {  in toString()
113 EventThreadConnection::EventThreadConnection(EventThread* eventThread, in EventThreadConnection() function in android::EventThreadConnection
121 EventThreadConnection::~EventThreadConnection() { in ~EventThreadConnection()
126 void EventThreadConnection::onFirstRef() { in onFirstRef()
131 status_t EventThreadConnection::stealReceiveChannel(gui::BitTube* outChannel) { in stealReceiveChannel()
136 status_t EventThreadConnection::setVsyncRate(uint32_t rate) { in setVsyncRate()
141 void EventThreadConnection::requestNextVsync() { in requestNextVsync()
146 status_t EventThreadConnection::postEvent(const DisplayEventReceiver::Event& event) { in postEvent()
212 sp<EventThreadConnection> EventThread::createEventConnection( in createEventConnection()
214 return new EventThreadConnection(const_cast<EventThread*>(this), std::move(resyncCallback), in createEventConnection()
218 status_t EventThread::registerDisplayEventConnection(const sp<EventThreadConnection>& connection) { in registerDisplayEventConnection()
235 void EventThread::removeDisplayEventConnectionLocked(const wp<EventThreadConnection>& connection) { in removeDisplayEventConnectionLocked()
243 void EventThread::setVsyncRate(uint32_t rate, const sp<EventThreadConnection>& connection) { in setVsyncRate()
257 void EventThread::requestNextVsync(const sp<EventThreadConnection>& connection) { in requestNextVsync()
406 const sp<EventThreadConnection>& connection) const { in shouldConsumeEvent()