Lines Matching refs:EventThread

155         EventThread* eventThread, uid_t callingUid, ResyncCallback resyncCallback,  in EventThreadConnection()
213 EventThread::~EventThread() = default;
217 EventThread::EventThread(std::unique_ptr<VSyncSource> vsyncSource, in EventThread() function in android::impl::EventThread
254 EventThread::~EventThread() { in ~EventThread()
265 void EventThread::setDuration(std::chrono::nanoseconds workDuration, in setDuration()
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()
333 void EventThread::onScreenReleased() { in onScreenReleased()
343 void EventThread::onScreenAcquired() { in onScreenAcquired()
353 void EventThread::onVSyncEvent(nsecs_t timestamp, nsecs_t expectedVSyncTimestamp, in onVSyncEvent()
371 void EventThread::onHotplugReceived(PhysicalDisplayId displayId, bool connected) { in onHotplugReceived()
378 void EventThread::onModeChanged(DisplayModePtr mode) { in onModeChanged()
385 void EventThread::onFrameRateOverridesChanged(PhysicalDisplayId displayId, in onFrameRateOverridesChanged()
397 size_t EventThread::getEventThreadConnectionCount() { in getEventThreadConnectionCount()
402 void EventThread::threadMain(std::unique_lock<std::mutex>& lock) { in threadMain()
517 bool EventThread::shouldConsumeEvent(const DisplayEventReceiver::Event& event, in shouldConsumeEvent()
570 void EventThread::dispatchEvent(const DisplayEventReceiver::Event& event, in dispatchEvent()
594 void EventThread::dump(std::string& result) const { in dump()
619 const char* EventThread::toCString(State state) { in toCString()