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

  /dalvik/vm/jdwp/
JdwpEvent.h 26 * Event modifiers. A JdwpEvent may have zero or more of these.
86 typedef struct JdwpEvent {
87 struct JdwpEvent* prev; /* linked list */
88 struct JdwpEvent* next;
96 } JdwpEvent;
101 JdwpEvent* dvmJdwpEventAlloc(int numMods);
102 void dvmJdwpEventFree(JdwpEvent* pEvent);
110 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent);
JdwpEvent.c 22 #include "jdwp/JdwpEvent.h"
170 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent)
219 * Does not free the JdwpEvent.
223 static void unregisterEvent(JdwpState* state, JdwpEvent* pEvent)
270 JdwpEvent* pEvent;
296 JdwpEvent* pEvent;
297 JdwpEvent* pNextEvent;
318 * Allocate a JdwpEvent struct with enough space to hold the specified
321 JdwpEvent* dvmJdwpEventAlloc(int numMods)
323 JdwpEvent* newEvent
    [all...]
JdwpPriv.h 25 #include "jdwp/JdwpEvent.h"
107 JdwpEvent* eventList; /* linked list of events */
JdwpHandler.c 29 #include "jdwp/JdwpEvent.h"
    [all...]
  /dalvik/vm/
Dvm.mk 150 jdwp/JdwpEvent.c \

Completed in 2465 milliseconds