Home
last modified time | relevance | path

Searched defs:pReq (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/jdwp/
DJdwpEvent.cpp598 DebugInvokeReq* pReq = dvmDbgGetInvokeReq(); in suspendByPolicy() local
641 DebugInvokeReq* pReq = dvmDbgGetInvokeReq(); in invokeInProgress() local
710 ExpandBuf* pReq = expandBufAlloc(); in eventPrep() local
721 static void eventFinish(JdwpState* state, ExpandBuf* pReq) in eventFinish()
758 ExpandBuf* pReq = NULL; in dvmJdwpPostVMStart() local
871 ExpandBuf* pReq = NULL; in dvmJdwpPostLocationEvent() local
951 ExpandBuf* pReq = NULL; in dvmJdwpPostThreadChange() local
1000 ExpandBuf* pReq = eventPrep(); in dvmJdwpPostVMDeath() local
1055 ExpandBuf* pReq = NULL; in dvmJdwpPostException() local
1150 ExpandBuf* pReq = NULL; in dvmJdwpPostClassPrepare() local
DJdwpPriv.h183 INLINE bool dvmJdwpSendRequest(JdwpState* state, ExpandBuf* pReq) { in dvmJdwpSendRequest()
DJdwpAdb.cpp664 static bool sendRequest(JdwpState* state, ExpandBuf* pReq) in sendRequest()
DJdwpSocket.cpp824 static bool sendRequest(JdwpState* state, ExpandBuf* pReq) in sendRequest()
/dalvik/vm/
DDebugger.cpp2764 void dvmDbgExecuteMethod(DebugInvokeReq* pReq) in dvmDbgExecuteMethod()