Searched refs:EventThread (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | EventThread.cpp | 41 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 …]
|
D | EventThread.h | 58 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(
|
D | MessageQueue.h | 38 class EventThread; variable 100 sp<EventThread> mEventThread; 118 void setEventThread(const sp<EventThread>& events);
|
D | SurfaceFlinger.h | 85 class EventThread; variable 234 friend class EventThread; variable 679 sp<EventThread> mEventThread; 680 sp<EventThread> mSFEventThread; 681 sp<EventThread> mInjectorEventThread;
|
D | Android.mk | 13 EventThread.cpp \
|
D | MessageQueue.cpp | 92 void MessageQueue::setEventThread(const sp<EventThread>& eventThread) in setEventThread()
|
D | SurfaceFlinger_hwc1.cpp | 519 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()
|
D | SurfaceFlinger.cpp | 575 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/ |
D | touchlag.cpp | 141 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/ |
D | epoll_event_dispatcher.cpp | 35 thread_ = std::thread(&EpollEventDispatcher::EventThread, this); in EpollEventDispatcher() 87 void EpollEventDispatcher::EventThread() { in EventThread() function in android::dvr::EpollEventDispatcher
|
D | epoll_event_dispatcher.h | 37 void EventThread();
|