Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpPriv.h164 INLINE bool dvmJdwpProcessIncoming(JdwpState* state) { in dvmJdwpProcessIncoming() function
DJdwp.h171 bool dvmJdwpProcessIncoming(JdwpState* state);
DJdwpMain.c290 if (!dvmJdwpProcessIncoming(state)) /* blocking read */ in jdwpThreadStart()