Searched refs:dvmJdwpDdmSendChunk (Results 1 – 3 of 3) sorted by relevance
235 void dvmJdwpDdmSendChunk(JdwpState* state, int type, int len, const u1* buf);
1254 void dvmJdwpDdmSendChunk(JdwpState* state, int type, int len, const u1* buf) in dvmJdwpDdmSendChunk() function
2957 dvmJdwpDdmSendChunk(gDvm.jdwpState, type, len, buf); in dvmDbgDdmSendChunk()