Home
last modified time | relevance | path

Searched refs:expandBufGetLength (Results 1 – 8 of 8) sorted by relevance

/dalvik/vm/jdwp/
DExpandBuf.h36 size_t expandBufGetLength(ExpandBuf* pBuf);
DJdwpAdb.cpp462 if (expandBufGetLength(pReply) > 0) { in handlePacket()
465 if (cc != (ssize_t) expandBufGetLength(pReply)) { in handlePacket()
678 if (cc != (ssize_t) expandBufGetLength(pReq)) { in sendRequest()
680 strerror(errno), (int) cc, (int) expandBufGetLength(pReq)); in sendRequest()
DExpandBuf.cpp76 size_t expandBufGetLength(ExpandBuf* pBuf) in expandBufGetLength() function
DJdwpSocket.cpp620 if (expandBufGetLength(pReply) > 0) { in handlePacket()
623 if (cc != (ssize_t) expandBufGetLength(pReply)) { in handlePacket()
838 if (cc != (ssize_t) expandBufGetLength(pReq)) { in sendRequest()
840 strerror(errno), (int) cc, (int) expandBufGetLength(pReq)); in sendRequest()
DJdwpMain.cpp49 expandBufGetLength(pReply)); in writePacket()
DJdwpHandler.cpp1949 set4BE(replyBuf + 0, expandBufGetLength(pReply)); in dvmJdwpProcessRequest()
1953 respLen = expandBufGetLength(pReply) - kJDWPHeaderLen; in dvmJdwpProcessRequest()
DJdwpEvent.cpp724 set4BE(buf, expandBufGetLength(pReq)); in eventFinish()
/dalvik/vm/
DDebugger.cpp1325 size_t numLinesOffset = expandBufGetLength(pReply); in dvmDbgOutputLineTable()
1422 size_t numLocalsOffset = expandBufGetLength(pReply); in dvmDbgOutputVariableTable()