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

  /frameworks/native/services/surfaceflinger/
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(
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...]
  /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/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/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/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.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/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 

Completed in 386 milliseconds