Lines Matching refs:EventThreadConnection
78 std::string toString(const EventThreadConnection& connection) { in toString()
154 EventThreadConnection::EventThreadConnection( in EventThreadConnection() function in android::EventThreadConnection
163 EventThreadConnection::~EventThreadConnection() { in ~EventThreadConnection()
168 void EventThreadConnection::onFirstRef() { in onFirstRef()
173 status_t EventThreadConnection::stealReceiveChannel(gui::BitTube* outChannel) { in stealReceiveChannel()
179 status_t EventThreadConnection::setVsyncRate(uint32_t rate) { in setVsyncRate()
184 void EventThreadConnection::requestNextVsync() { in requestNextVsync()
189 status_t EventThreadConnection::postEvent(const DisplayEventReceiver::Event& event) { in postEvent()
271 sp<EventThreadConnection> EventThread::createEventConnection( in createEventConnection()
274 return new EventThreadConnection(const_cast<EventThread*>(this), in createEventConnection()
279 status_t EventThread::registerDisplayEventConnection(const sp<EventThreadConnection>& connection) { in registerDisplayEventConnection()
296 void EventThread::removeDisplayEventConnectionLocked(const wp<EventThreadConnection>& connection) { in removeDisplayEventConnectionLocked()
304 void EventThread::setVsyncRate(uint32_t rate, const sp<EventThreadConnection>& connection) { in setVsyncRate()
318 void EventThread::requestNextVsync(const sp<EventThreadConnection>& connection) { in requestNextVsync()
518 const sp<EventThreadConnection>& connection) const { in shouldConsumeEvent()