Searched refs:EventThread (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp32 #include "EventThread.h"
42 EventThread *ev = (EventThread *)val.sival_ptr;
47 EventThread::EventThread(const sp<VSyncSource>& src) function in class:android::EventThread
68 void EventThread::sendVsyncHintOff() {
74 void EventThread::sendVsyncHintOnLocked() {
87 void EventThread::onFirstRef() {
88 run("EventThread", PRIORITY_URGENT_DISPLAY + PRIORITY_MORE_FAVORABLE);
91 sp<EventThread
[all...]
H A DEventThread.h56 class EventThread : public Thread, private VSyncSource::Callback { class in namespace:android
59 Connection(const sp<EventThread>& eventThread);
73 sp<EventThread> const mEventThread;
79 EventThread(const sp<VSyncSource>& src);
96 Vector< sp<EventThread::Connection> > waitForEvent(
H A DMessageQueue.h35 class EventThread;
83 sp<EventThread> mEventThread;
102 void setEventThread(const sp<EventThread>& events);
H A DSurfaceFlinger.h65 class EventThread;
121 // TODO: this should be made accessible only to EventThread
444 sp<EventThread> mEventThread;
445 sp<EventThread> mSFEventThread;
H A DMessageQueue.cpp31 #include "EventThread.h"
103 void MessageQueue::setEventThread(const sp<EventThread>& eventThread)
H A DAndroid.mk12 EventThread.cpp \
H A DSurfaceFlinger.cpp67 #include "EventThread.h"
449 // start the EventThread
452 mEventThread = new EventThread(vsyncSrc);
455 mSFEventThread = new EventThread(sfVsyncSrc);
804 // does not mean EventThread has finished initializing, so this
806 ALOGW("WARNING: EventThread not started, ignoring hotplug");
820 // Defer EventThread notification until SF has updated mDisplays.
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp141 class EventThread : public Thread { class in class:TouchEvents
167 EventThread() : Thread(false), function in class:TouchEvents::EventThread
173 sp<EventThread> thread;
177 thread = new EventThread();
178 thread->run("EventThread", PRIORITY_URGENT_DISPLAY);

Completed in 2583 milliseconds