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::sendVsyncHintOnLocked() { in sendVsyncHintOnLocked()87 void EventThread::onFirstRef() { in onFirstRef()91 sp<EventThread::Connection> EventThread::createEventConnection() const { in createEventConnection()92 return new Connection(const_cast<EventThread*>(this)); in createEventConnection()95 status_t EventThread::registerDisplayEventConnection( in registerDisplayEventConnection()96 const sp<EventThread::Connection>& connection) { in registerDisplayEventConnection()103 void EventThread::removeDisplayEventConnection( in removeDisplayEventConnection()[all …]
56 class EventThread : public Thread, private VSyncSource::Callback {59 Connection(const sp<EventThread>& eventThread);73 sp<EventThread> const mEventThread;79 EventThread(const sp<VSyncSource>& src);96 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; variable444 sp<EventThread> mEventThread;445 sp<EventThread> mSFEventThread;
103 void MessageQueue::setEventThread(const sp<EventThread>& eventThread) in setEventThread()
452 mEventThread = new EventThread(vsyncSrc); in init()455 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()