Searched defs:pReply (Results 1 – 6 of 6) sorted by relevance
/dalvik/vm/jdwp/ |
D | JdwpHandler.cpp | 56 void dvmJdwpAddLocation(ExpandBuf* pReply, const JdwpLocation* pLoc) in dvmJdwpAddLocation() 85 static void jdwpWriteValue(ExpandBuf* pReply, int width, u8 value) in jdwpWriteValue() 103 const u1* buf, int dataLen, ExpandBuf* pReply, in finishInvoke() 185 int dataLen, ExpandBuf* pReply) in handleVM_Version() 210 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_ClassesBySignature() 259 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_AllThreads() 281 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_TopLevelThreadGroups() 305 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_IDSizes() 322 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_Dispose() 334 const u1* buf, int dataLen, ExpandBuf* pReply) in handleVM_Suspend() [all …]
|
D | Jdwp.h | 60 INLINE void expandBufAddFieldId(ExpandBuf* pReply, FieldId id) { in expandBufAddFieldId() 63 INLINE void expandBufAddMethodId(ExpandBuf* pReply, MethodId id) { in expandBufAddMethodId() 66 INLINE void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { in expandBufAddObjectId() 69 INLINE void expandBufAddRefTypeId(ExpandBuf* pReply, RefTypeId id) { in expandBufAddRefTypeId() 72 INLINE void expandBufAddFrameId(ExpandBuf* pReply, FrameId id) { in expandBufAddFrameId()
|
D | JdwpMain.cpp | 45 ssize_t JdwpNetStateBase::writePacket(ExpandBuf* pReply) in writePacket()
|
D | JdwpAdb.cpp | 455 ExpandBuf* pReply = expandBufAlloc(); in handlePacket() local
|
D | JdwpSocket.cpp | 613 ExpandBuf* pReply = expandBufAlloc(); in handlePacket() local
|
/dalvik/vm/ |
D | Debugger.cpp | 990 ExpandBuf* pReply) in dvmDbgOutputArray() 1174 ExpandBuf* pReply) in dvmDbgOutputAllFields() 1212 ExpandBuf* pReply) in dvmDbgOutputAllMethods() 1264 void dvmDbgOutputAllInterfaces(RefTypeId refTypeId, ExpandBuf* pReply) in dvmDbgOutputAllInterfaces() 1282 ExpandBuf* pReply; member 1304 ExpandBuf* pReply) in dvmDbgOutputLineTable() 1410 bool withGeneric, ExpandBuf* pReply) in dvmDbgOutputVariableTable() 1463 void dvmDbgGetFieldValue(ObjectId objectId, FieldId fieldId, ExpandBuf* pReply) in dvmDbgGetFieldValue() 1561 ExpandBuf* pReply) in dvmDbgGetStaticFieldValue()
|