Searched refs:EventThread (Results 1 – 8 of 8) sorted by relevance
42 EventThread *ev = (EventThread *)val.sival_ptr; in vsyncOffCallback()47 EventThread::EventThread(const sp<VSyncSource>& src) in EventThread() function in android::EventThread68 void EventThread::sendVsyncHintOff() { in sendVsyncHintOff()74 void EventThread::setPhaseOffset(nsecs_t phaseOffset) { in setPhaseOffset()79 void EventThread::sendVsyncHintOnLocked() { in sendVsyncHintOnLocked()92 void EventThread::onFirstRef() { in onFirstRef()96 sp<EventThread::Connection> EventThread::createEventConnection() const { in createEventConnection()97 return new Connection(const_cast<EventThread*>(this)); in createEventConnection()100 status_t EventThread::registerDisplayEventConnection( in registerDisplayEventConnection()101 const sp<EventThread::Connection>& connection) { in registerDisplayEventConnection()[all …]
57 class EventThread : public Thread, private VSyncSource::Callback {60 Connection(const sp<EventThread>& eventThread);74 sp<EventThread> const mEventThread;80 EventThread(const sp<VSyncSource>& src);97 Vector< sp<EventThread::Connection> > waitForEvent(
35 class EventThread; variable83 sp<EventThread> mEventThread;102 void setEventThread(const sp<EventThread>& events);
12 EventThread.cpp \
65 class EventThread; variable448 sp<EventThread> mEventThread;449 sp<EventThread> mSFEventThread;
103 void MessageQueue::setEventThread(const sp<EventThread>& eventThread) in setEventThread()
499 mEventThread = new EventThread(vsyncSrc); in init()502 mSFEventThread = new EventThread(sfVsyncSrc); in init()
141 class EventThread : public Thread { class in TouchEvents167 EventThread() : Thread(false), in EventThread() function in TouchEvents::EventThread173 sp<EventThread> thread;177 thread = new EventThread(); in TouchEvents()