OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
struct
JdwpEvent
{
87
JdwpEvent
* prev; /* linked list */
88
JdwpEvent
* next;
101
JdwpEvent
* dvmJdwpEventAlloc(int numMods);
102
void dvmJdwpEventFree(
JdwpEvent
* pEvent);
110
JdwpError dvmJdwpRegisterEvent(JdwpState* state,
JdwpEvent
* pEvent);
JdwpEvent.cpp
22
#include "jdwp/
JdwpEvent
.h"
162
static void dumpEvent(const
JdwpEvent
* pEvent)
186
JdwpError dvmJdwpRegisterEvent(JdwpState* state,
JdwpEvent
* pEvent)
234
* Does not free the
JdwpEvent
.
238
static void unregisterEvent(JdwpState* state,
JdwpEvent
* pEvent)
285
JdwpEvent
* pEvent = state->eventList;
309
JdwpEvent
* pEvent = state->eventList;
311
JdwpEvent
* pNextEvent = pEvent->next;
326
* Allocate a
JdwpEvent
struct with enough space to hold the specified
329
JdwpEvent
* dvmJdwpEventAlloc(int numMods
[
all
...]
JdwpPriv.h
25
#include "jdwp/
JdwpEvent
.h"
104
JdwpEvent
* eventList; /* linked list of events */
JdwpHandler.cpp
29
#include "jdwp/
JdwpEvent
.h"
[
all
...]
/dalvik/vm/
Dvm.mk
139
jdwp/
JdwpEvent
.cpp \
Completed in 264 milliseconds