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

  /frameworks/native/services/surfaceflinger/
EventThread.cpp 32 #include "EventThread.h"
42 EventThread *ev = (EventThread *)val.sival_ptr;
47 EventThread::EventThread(const sp<VSyncSource>& src)
68 void EventThread::sendVsyncHintOff() {
74 void EventThread::sendVsyncHintOnLocked() {
87 void EventThread::onFirstRef() {
88 run("EventThread", PRIORITY_URGENT_DISPLAY + PRIORITY_MORE_FAVORABLE);
91 sp<EventThread::Connection> EventThread::createEventConnection() const
    [all...]
EventThread.h 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(
MessageQueue.h 35 class EventThread;
83 sp<EventThread> mEventThread;
102 void setEventThread(const sp<EventThread>& events);
SurfaceFlinger.h 65 class EventThread;
121 // TODO: this should be made accessible only to EventThread
444 sp<EventThread> mEventThread;
445 sp<EventThread> mSFEventThread;
MessageQueue.cpp 31 #include "EventThread.h"
103 void MessageQueue::setEventThread(const sp<EventThread>& eventThread)
105 mEventThread = eventThread;
106 mEvents = eventThread->createEventConnection();
Android.mk 12 EventThread.cpp \
SurfaceFlinger.cpp 67 #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.
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
ParsedEvent.java 78 public static class EventThread extends ParsedEvent {
88 protected EventThread(byte suspendPolicy, Packet packet, byte eventKind) {
102 * The class extends EventThread by associating it with a location.
104 public static class EventThreadLocation extends EventThread {
129 * The class extends EventThread by associating it with monitor object and location.
131 private static class EventThreadMonitor extends EventThread {
167 public static final class Event_VM_START extends EventThread {
386 public static final class Event_THREAD_START extends EventThread {
402 public static final class Event_THREAD_DEATH extends EventThread {
418 public static final class Event_CLASS_PREPARE extends EventThread {
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
ThreadOnlyModifierTest.java 25 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent.EventThread;
265 EventThread eventThread = waitForEvent(event.eventKind, requestID);
266 assertEquals(threadID, eventThread.getThreadID());
JDWPEventModifierTestCase.java 10 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent.EventThread;
224 protected EventThread waitForEvent(byte eventKind, int requestID) {
240 return (EventThread) event;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEventsTestCase.java 207 eventThreadID = ((ParsedEvent.EventThread)parsedEvents[i]).getThreadID();
211 eventThreadID = ((ParsedEvent.EventThread)parsedEvents[i]).getThreadID();
215 eventThreadID = ((ParsedEvent.EventThread)parsedEvents[i]).getThreadID();
219 eventThreadID = ((ParsedEvent.EventThread)parsedEvents[i]).getThreadID();
CombinedEvents003Test.java 281 long eventThreadID = ((ParsedEvent.EventThread)parsedEvents[i]).getThreadID();
CombinedEventsTest.java     [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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 

Completed in 575 milliseconds