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

  /frameworks/native/libs/vr/libvrflinger/
epoll_event_dispatcher.cpp 35 thread_ = std::thread(&EpollEventDispatcher::EventThread, this);
87 void EpollEventDispatcher::EventThread() {
93 "EpollEventDispatcher::EventThread: Failed to set scheduler class: %s",
104 ALOGD_IF(TRACE, "EpollEventDispatcher::EventThread: num_events=%d",
110 "EpollEventDispatcher::EventThread: event %d: handler=%p events=0x%x",
133 "EpollEventDispatcher::EventThread: removing handler: fd=%d",
  /frameworks/native/services/surfaceflinger/
EventThread.h 58 class EventThread : public Thread, private VSyncSource::Callback {
61 explicit Connection(const sp<EventThread>& eventThread);
75 sp<EventThread> const mEventThread;
81 EventThread(const sp<VSyncSource>& src, SurfaceFlinger& flinger, bool interceptVSyncs);
98 Vector< sp<EventThread::Connection> > waitForEvent(
EventThread.cpp 31 #include "EventThread.h"
41 EventThread *ev = (EventThread *)val.sival_ptr;
46 EventThread::EventThread(const sp<VSyncSource>& src, SurfaceFlinger& flinger, bool interceptVSyncs)
69 void EventThread::sendVsyncHintOff() {
75 void EventThread::setPhaseOffset(nsecs_t phaseOffset) {
80 void EventThread::sendVsyncHintOnLocked() {
93 void EventThread::onFirstRef() {
94 run("EventThread", PRIORITY_URGENT_DISPLAY + PRIORITY_MORE_FAVORABLE)
    [all...]
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
MidiEventThread.java 27 private EventThread mEventThread;
30 class EventThread extends Thread {
65 mEventThread = new EventThread();
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
MidiEventThread.java 27 private EventThread mEventThread;
30 class EventThread extends Thread {
65 mEventThread = new EventThread();
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiEventThread.java 27 private EventThread mEventThread;
30 class EventThread extends Thread {
65 mEventThread = new EventThread();
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
MidiEventThread.java 27 private EventThread mEventThread;
30 class EventThread extends Thread {
65 mEventThread = new EventThread();
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
MidiEventThread.java 27 private EventThread mEventThread;
30 class EventThread extends Thread {
65 mEventThread = new EventThread();
  /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 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.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 1004 milliseconds