Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpEvent.c598 DebugInvokeReq* pReq = dvmDbgGetInvokeReq(); in suspendByPolicy() local
641 DebugInvokeReq* pReq = dvmDbgGetInvokeReq(); in invokeInProgress() local
710 ExpandBuf* pReq; in eventPrep() local
723 static void eventFinish(JdwpState* state, ExpandBuf* pReq) in eventFinish()
760 ExpandBuf* pReq = NULL; in dvmJdwpPostVMStart() local
875 ExpandBuf* pReq = NULL; in dvmJdwpPostLocationEvent() local
959 ExpandBuf* pReq = NULL; in dvmJdwpPostThreadChange() local
1008 ExpandBuf* pReq; in dvmJdwpPostVMDeath() local
1065 ExpandBuf* pReq = NULL; in dvmJdwpPostException() local
1161 ExpandBuf* pReq = NULL; in dvmJdwpPostClassPrepare() local
[all …]
DJdwpPriv.h167 INLINE bool dvmJdwpSendRequest(JdwpState* state, ExpandBuf* pReq) { in dvmJdwpSendRequest()
DJdwpAdb.c671 static bool sendRequest(JdwpState* state, ExpandBuf* pReq) in sendRequest()
DJdwpSocket.c823 static bool sendRequest(JdwpState* state, ExpandBuf* pReq) in sendRequest()
/dalvik/vm/
DDebugger.c2781 void dvmDbgExecuteMethod(DebugInvokeReq* pReq) in dvmDbgExecuteMethod()