Home
last modified time | relevance | path

Searched refs:expandBufAddSpace (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/jdwp/
DExpandBuf.h50 u1* expandBufAddSpace(ExpandBuf* pBuf, int gapSize);
DExpandBuf.c108 u1* expandBufAddSpace(ExpandBuf* pBuf, int gapSize) in expandBufAddSpace() function
DJdwpEvent.c713 expandBufAddSpace(pReq, kJDWPHeaderLen); in eventPrep()
1263 expandBufAddSpace(pReq, kJDWPHeaderLen); in dvmJdwpDdmSendChunk()
1267 outBuf = expandBufAddSpace(pReq, len); in dvmJdwpDdmSendChunk()
DJdwpHandler.c603 ptr = expandBufAddSpace(pReply, width); in handleRT_GetValues()
946 ptr = expandBufAddSpace(pReply, width); in handleOR_GetValues()
1742 ptr = expandBufAddSpace(pReply, width+1); in handleSF_GetValues()
1877 memcpy(expandBufAddSpace(pReply, replyLen), replyBuf, replyLen); in handleDDM_Chunk()
2090 expandBufAddSpace(pReply, kJDWPHeaderLen); in dvmJdwpProcessRequest()
/dalvik/vm/
DDebugger.c1033 outBuf = expandBufAddSpace(pReply, count * width); in dvmDbgOutputArray()