Searched defs:JdwpState (Results 1 - 1 of 1) sorted by last modified time

/dalvik/vm/jdwp/
H A DJdwpPriv.h46 struct JdwpState;
52 bool (*startup)(struct JdwpState* state, const JdwpStartupParams* pParams);
53 bool (*accept)(struct JdwpState* state);
54 bool (*establish)(struct JdwpState* state);
55 void (*close)(struct JdwpState* state);
56 void (*shutdown)(struct JdwpState* state);
57 void (*free)(struct JdwpState* state);
58 bool (*isConnected)(struct JdwpState* state);
59 bool (*awaitingHandshake)(struct JdwpState* state);
60 bool (*processIncoming)(struct JdwpState* stat
73 struct JdwpState { struct
[all...]

Completed in 59 milliseconds