Lines Matching refs:EventThread
161 EventThread* eventThread, uid_t callingUid, ResyncCallback resyncCallback, in EventThreadConnection()
232 EventThread::~EventThread() = default;
236 EventThread::EventThread(std::unique_ptr<VSyncSource> vsyncSource, in EventThread() function in android::impl::EventThread
273 EventThread::~EventThread() { in ~EventThread()
284 void EventThread::setDuration(std::chrono::nanoseconds workDuration, in setDuration()
290 sp<EventThreadConnection> EventThread::createEventConnection( in createEventConnection()
293 return new EventThreadConnection(const_cast<EventThread*>(this), in createEventConnection()
298 status_t EventThread::registerDisplayEventConnection(const sp<EventThreadConnection>& connection) { in registerDisplayEventConnection()
315 void EventThread::removeDisplayEventConnectionLocked(const wp<EventThreadConnection>& connection) { in removeDisplayEventConnectionLocked()
323 void EventThread::setVsyncRate(uint32_t rate, const sp<EventThreadConnection>& connection) { in setVsyncRate()
337 void EventThread::requestNextVsync(const sp<EventThreadConnection>& connection) { in requestNextVsync()
352 VsyncEventData EventThread::getLatestVsyncEventData( in getLatestVsyncEventData()
373 void EventThread::onScreenReleased() { in onScreenReleased()
383 void EventThread::onScreenAcquired() { in onScreenAcquired()
393 void EventThread::onVSyncEvent(nsecs_t timestamp, VSyncSource::VSyncData vsyncData) { in onVSyncEvent()
403 void EventThread::onHotplugReceived(PhysicalDisplayId displayId, bool connected) { in onHotplugReceived()
410 void EventThread::onModeChanged(DisplayModePtr mode) { in onModeChanged()
417 void EventThread::onFrameRateOverridesChanged(PhysicalDisplayId displayId, in onFrameRateOverridesChanged()
429 size_t EventThread::getEventThreadConnectionCount() { in getEventThreadConnectionCount()
434 void EventThread::threadMain(std::unique_lock<std::mutex>& lock) { in threadMain()
542 bool EventThread::shouldConsumeEvent(const DisplayEventReceiver::Event& event, in shouldConsumeEvent()
596 int64_t EventThread::generateToken(nsecs_t timestamp, nsecs_t deadlineTimestamp, in generateToken()
605 void EventThread::generateFrameTimeline(VsyncEventData& outVsyncEventData, nsecs_t frameInterval, in generateFrameTimeline()
630 void EventThread::dispatchEvent(const DisplayEventReceiver::Event& event, in dispatchEvent()
658 void EventThread::dump(std::string& result) const { in dump()
683 const char* EventThread::toCString(State state) { in toCString()