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

  /dalvik/vm/jdwp/
Jdwp.h 33 struct JdwpState; /* opaque */
34 typedef struct JdwpState JdwpState;
116 * Returns a newly-allocated JdwpState struct on success, or NULL on failure.
118 JdwpState* dvmJdwpStartup(const JdwpStartupParams* params);
123 void dvmJdwpShutdown(JdwpState* state);
128 bool dvmJdwpIsActive(JdwpState* state);
134 pthread_t dvmJdwpGetDebugThread(JdwpState* state);
139 s8 dvmJdwpLastDebuggerActivity(JdwpState* state);
160 //ObjectId dvmJdwpGetWaitForEventThread(JdwpState* state)
    [all...]
JdwpPriv.h 48 struct JdwpState;
54 bool (*startup)(struct JdwpState* state, const JdwpStartupParams* pParams);
55 bool (*accept)(struct JdwpState* state);
56 bool (*establish)(struct JdwpState* state);
57 void (*close)(struct JdwpState* state);
58 void (*shutdown)(struct JdwpState* state);
59 void (*free)(struct JdwpState* state);
60 bool (*isConnected)(struct JdwpState* state);
61 bool (*awaitingHandshake)(struct JdwpState* state);
62 bool (*processIncoming)(struct JdwpState* state)
    [all...]

Completed in 17 milliseconds