Searched refs:expandBufAddSpace (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/jdwp/ |
D | ExpandBuf.h | 50 u1* expandBufAddSpace(ExpandBuf* pBuf, int gapSize);
|
D | ExpandBuf.c | 108 u1* expandBufAddSpace(ExpandBuf* pBuf, int gapSize) in expandBufAddSpace() function
|
D | JdwpEvent.c | 713 expandBufAddSpace(pReq, kJDWPHeaderLen); in eventPrep() 1263 expandBufAddSpace(pReq, kJDWPHeaderLen); in dvmJdwpDdmSendChunk() 1267 outBuf = expandBufAddSpace(pReq, len); in dvmJdwpDdmSendChunk()
|
D | JdwpHandler.c | 603 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/ |
D | Debugger.c | 1033 outBuf = expandBufAddSpace(pReply, count * width); in dvmDbgOutputArray()
|