HomeSort by relevance Sort by last modified time
    Searched defs:EventThread (Results 1 - 7 of 7) sorted by null

  /frameworks/native/services/surfaceflinger/
EventThread.h 43 class EventThread : public Thread {
46 Connection(const sp<EventThread>& eventThread);
60 sp<EventThread> const mEventThread;
66 EventThread(const sp<SurfaceFlinger>& flinger);
84 Vector< sp<EventThread::Connection> > waitForEvent(
EventThread.cpp 32 #include "EventThread.h"
39 EventThread::EventThread(const sp<SurfaceFlinger>& flinger)
52 void EventThread::onFirstRef() {
53 run("EventThread", PRIORITY_URGENT_DISPLAY + PRIORITY_MORE_FAVORABLE);
56 sp<EventThread::Connection> EventThread::createEventConnection() const {
57 return new Connection(const_cast<EventThread*>(this));
60 status_t EventThread::registerDisplayEventConnection(
61 const sp<EventThread::Connection>& connection)
    [all...]
  /frameworks/base/tests/touchlag/
touchlag.cpp 141 class EventThread : public Thread {
167 EventThread() : Thread(false),
173 sp<EventThread> thread;
177 thread = new EventThread();
178 thread->run("EventThread", PRIORITY_URGENT_DISPLAY);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 216 milliseconds