Home
last modified time | relevance | path

Searched refs:JdwpError (Results 1 – 7 of 7) sorted by relevance

/dalvik/vm/jdwp/
DJdwpHandler.c119 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 …]
DJdwpConstants.h25 enum JdwpError { enum
83 typedef enum JdwpError JdwpError; typedef
84 const char* dvmJdwpErrorStr(enum JdwpError error);
DJdwpEvent.h110 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent);
DJdwpConstants.c26 const char* dvmJdwpErrorStr(enum JdwpError error) in dvmJdwpErrorStr()
DJdwpEvent.c170 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent) in dvmJdwpRegisterEvent()
172 JdwpError err = ERR_NONE; in dvmJdwpRegisterEvent()
/dalvik/vm/
DDebugger.h97 JdwpError err;
287 JdwpError dvmDbgInvokeMethod(ObjectId threadId, ObjectId objectId,
DDebugger.c2730 JdwpError dvmDbgInvokeMethod(ObjectId threadId, ObjectId objectId, in dvmDbgInvokeMethod()
2736 JdwpError err = ERR_NONE; in dvmDbgInvokeMethod()