Home
last modified time | relevance | path

Searched refs:EventThread (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/services/surfaceflinger/
DEventThread.cpp41 EventThread *ev = (EventThread *)val.sival_ptr; in vsyncOffCallback()
46 EventThread::EventThread(const sp<VSyncSource>& src, SurfaceFlinger& flinger, bool interceptVSyncs) in EventThread() function in android::EventThread
69 void EventThread::sendVsyncHintOff() { in sendVsyncHintOff()
75 void EventThread::setPhaseOffset(nsecs_t phaseOffset) { in setPhaseOffset()
80 void EventThread::sendVsyncHintOnLocked() { in sendVsyncHintOnLocked()
93 void EventThread::onFirstRef() { in onFirstRef()
97 sp<EventThread::Connection> EventThread::createEventConnection() const { in createEventConnection()
98 return new Connection(const_cast<EventThread*>(this)); in createEventConnection()
101 status_t EventThread::registerDisplayEventConnection( in registerDisplayEventConnection()
102 const sp<EventThread::Connection>& connection) { in registerDisplayEventConnection()
[all …]
DEventThread.h58 class EventThread : public Thread, private VSyncSource::Callback {
61 explicit Connection(const sp<EventThread>& eventThread);
75 sp<EventThread> const mEventThread;
81 EventThread(const sp<VSyncSource>& src, SurfaceFlinger& flinger, bool interceptVSyncs);
98 Vector< sp<EventThread::Connection> > waitForEvent(
DMessageQueue.h38 class EventThread; variable
100 sp<EventThread> mEventThread;
118 void setEventThread(const sp<EventThread>& events);
DSurfaceFlinger.h85 class EventThread; variable
234 friend class EventThread; variable
679 sp<EventThread> mEventThread;
680 sp<EventThread> mSFEventThread;
681 sp<EventThread> mInjectorEventThread;
DAndroid.mk13 EventThread.cpp \
DMessageQueue.cpp92 void MessageQueue::setEventThread(const sp<EventThread>& eventThread) in setEventThread()
DSurfaceFlinger_hwc1.cpp519 mEventThread = new EventThread(vsyncSrc, *this, false); in init()
522 mSFEventThread = new EventThread(sfVsyncSrc, *this, true); in init()
910 mInjectorEventThread = new EventThread(mVSyncInjector, *this, false); in enableVSyncInjections()
DSurfaceFlinger.cpp575 mEventThread = new EventThread(vsyncSrc, *this, false); in init()
578 mSFEventThread = new EventThread(sfVsyncSrc, *this, true); in init()
1053 mInjectorEventThread = new EventThread(mVSyncInjector, *this, false); in enableVSyncInjectionsInternal()
/frameworks/base/tests/touchlag/
Dtouchlag.cpp141 class EventThread : public Thread { class in TouchEvents
167 EventThread() : Thread(false), in EventThread() function in TouchEvents::EventThread
173 sp<EventThread> thread;
177 thread = new EventThread(); in TouchEvents()
/frameworks/native/libs/vr/libvrflinger/
Depoll_event_dispatcher.cpp35 thread_ = std::thread(&EpollEventDispatcher::EventThread, this); in EpollEventDispatcher()
87 void EpollEventDispatcher::EventThread() { in EventThread() function in android::dvr::EpollEventDispatcher
Depoll_event_dispatcher.h37 void EventThread();