Home
last modified time | relevance | path

Searched defs:pReply (Results 1 – 6 of 6) sorted by relevance

/dalvik/vm/jdwp/
DJdwpHandler.cpp56 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 …]
DJdwp.h60 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()
DJdwpMain.cpp45 ssize_t JdwpNetStateBase::writePacket(ExpandBuf* pReply) in writePacket()
DJdwpAdb.cpp455 ExpandBuf* pReply = expandBufAlloc(); in handlePacket() local
DJdwpSocket.cpp613 ExpandBuf* pReply = expandBufAlloc(); in handlePacket() local
/dalvik/vm/
DDebugger.cpp990 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()