Searched refs:JdwpError (Results 1 – 7 of 7) sorted by relevance
/dalvik/vm/jdwp/ |
D | JdwpHandler.c | 119 static JdwpError finishInvoke(JdwpState* state, in finishInvoke() 124 JdwpError err = ERR_NONE; in finishInvoke() 211 static JdwpError handleVM_Version(JdwpState* state, const u1* buf, in handleVM_Version() 236 static JdwpError handleVM_ClassesBySignature(JdwpState* state, in handleVM_ClassesBySignature() 287 static JdwpError handleVM_AllThreads(JdwpState* state, in handleVM_AllThreads() 312 static JdwpError handleVM_TopLevelThreadGroups(JdwpState* state, in handleVM_TopLevelThreadGroups() 339 static JdwpError handleVM_IDSizes(JdwpState* state, in handleVM_IDSizes() 356 static JdwpError handleVM_Dispose(JdwpState* state, in handleVM_Dispose() 368 static JdwpError handleVM_Suspend(JdwpState* state, in handleVM_Suspend() 378 static JdwpError handleVM_Resume(JdwpState* state, in handleVM_Resume() [all …]
|
D | JdwpConstants.h | 25 enum JdwpError { enum 83 typedef enum JdwpError JdwpError; typedef 84 const char* dvmJdwpErrorStr(enum JdwpError error);
|
D | JdwpEvent.h | 110 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent);
|
D | JdwpConstants.c | 26 const char* dvmJdwpErrorStr(enum JdwpError error) in dvmJdwpErrorStr()
|
D | JdwpEvent.c | 170 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent) in dvmJdwpRegisterEvent() 172 JdwpError err = ERR_NONE; in dvmJdwpRegisterEvent()
|
/dalvik/vm/ |
D | Debugger.h | 97 JdwpError err; 287 JdwpError dvmDbgInvokeMethod(ObjectId threadId, ObjectId objectId,
|
D | Debugger.c | 2730 JdwpError dvmDbgInvokeMethod(ObjectId threadId, ObjectId objectId, in dvmDbgInvokeMethod() 2736 JdwpError err = ERR_NONE; in dvmDbgInvokeMethod()
|