Searched defs:EventThread (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DEventThread.h57 class EventThread : public Thread, private VSyncSource::Callback { class in namespace:android
60 Connection(const sp<EventThread>& eventThread);
74 sp<EventThread> const mEventThread;
80 EventThread(const sp<VSyncSource>& src, SurfaceFlinger& flinger);
97 Vector< sp<EventThread::Connection> > waitForEvent(
H A DEventThread.cpp32 #include "EventThread.h"
42 EventThread *ev = (EventThread *)val.sival_ptr;
47 EventThread::EventThread(const sp<VSyncSource>& src, SurfaceFlinger& flinger) function in class:android::EventThread
69 void EventThread::sendVsyncHintOff() {
75 void EventThread::setPhaseOffset(nsecs_t phaseOffset) {
80 void EventThread::sendVsyncHintOnLocked() {
93 void EventThread::onFirstRef() {
94 run("EventThread", PRIORITY_URGENT_DISPLA
[all...]
/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 86 milliseconds