HomeSort by relevance Sort by last modified time
    Searched refs:JdwpError (Results 1 - 8 of 8) sorted by null

  /dalvik/vm/jdwp/
JdwpHandler.cpp 102 static JdwpError finishInvoke(JdwpState* state,
140 JdwpError err = dvmDbgInvokeMethod(threadId, objectId, classId, methodId,
184 static JdwpError handleVM_Version(JdwpState* state, const u1* buf,
209 static JdwpError handleVM_ClassesBySignature(JdwpState* state,
258 static JdwpError handleVM_AllThreads(JdwpState* state,
280 static JdwpError handleVM_TopLevelThreadGroups(JdwpState* state,
304 static JdwpError handleVM_IDSizes(JdwpState* state,
321 static JdwpError handleVM_Dispose(JdwpState* state,
333 static JdwpError handleVM_Suspend(JdwpState* state,
343 static JdwpError handleVM_Resume(JdwpState* state
    [all...]
JdwpConstants.h 25 enum JdwpError {
83 const char* dvmJdwpErrorStr(JdwpError error);
JdwpEvent.h 110 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent);
JdwpConstants.cpp 26 const char* dvmJdwpErrorStr(JdwpError error)
JdwpEvent.cpp 186 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent)
    [all...]
  /dalvik/vm/
Debugger.h 97 JdwpError err;
285 JdwpError dvmDbgInvokeMethod(ObjectId threadId, ObjectId objectId,
Debugger.cpp     [all...]
  /development/tools/jdwpspy/
Net.cpp 475 JdwpError error = ERR_NONE;
484 error = static_cast<JdwpError>(get2BE(buf+9));

Completed in 4002 milliseconds