Home
last modified time | relevance | path

Searched refs:dvmJdwpLastDebuggerActivity (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/jdwp/
DJdwp.h139 s8 dvmJdwpLastDebuggerActivity(JdwpState* state);
DJdwpMain.c394 s8 dvmJdwpLastDebuggerActivity(JdwpState* state) in dvmJdwpLastDebuggerActivity() function
/dalvik/vm/
DDebugger.c478 return dvmJdwpLastDebuggerActivity(gDvm.jdwpState); in dvmDbgLastDebuggerActivity()