Searched refs:JdwpError (Results 1 – 7 of 7) sorted by relevance
/dalvik/vm/jdwp/ |
D | JdwpHandler.c | 114 static JdwpError finishInvoke(JdwpState* state, in finishInvoke() 118 JdwpError err = ERR_NONE; in finishInvoke() 198 static JdwpError handleVM_Version(JdwpState* state, const u1* buf, in handleVM_Version() 219 static JdwpError handleVM_ClassesBySignature(JdwpState* state, in handleVM_ClassesBySignature() 271 static JdwpError handleVM_AllThreads(JdwpState* state, in handleVM_AllThreads() 296 static JdwpError handleVM_TopLevelThreadGroups(JdwpState* state, in handleVM_TopLevelThreadGroups() 323 static JdwpError handleVM_IDSizes(JdwpState* state, in handleVM_IDSizes() 340 static JdwpError handleVM_Dispose(JdwpState* state, in handleVM_Dispose() 352 static JdwpError handleVM_Suspend(JdwpState* state, in handleVM_Suspend() 362 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 | 96 JdwpError err; 283 JdwpError dvmDbgInvokeMethod(ObjectId threadId, ObjectId objectId,
|
D | Debugger.c | 2656 JdwpError dvmDbgInvokeMethod(ObjectId threadId, ObjectId objectId, in dvmDbgInvokeMethod() 2662 JdwpError err = ERR_NONE; in dvmDbgInvokeMethod()
|