Home
last modified time | relevance | path

Searched refs:dvmJdwpDdmSendChunk (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/jdwp/
DJdwp.h235 void dvmJdwpDdmSendChunk(JdwpState* state, int type, int len, const u1* buf);
DJdwpEvent.c1254 void dvmJdwpDdmSendChunk(JdwpState* state, int type, int len, const u1* buf) in dvmJdwpDdmSendChunk() function
/dalvik/vm/
DDebugger.c2957 dvmJdwpDdmSendChunk(gDvm.jdwpState, type, len, buf); in dvmDbgDdmSendChunk()