Searched refs:dvmJdwpProcessIncoming (Results 1 – 3 of 3) sorted by relevance
164 INLINE bool dvmJdwpProcessIncoming(JdwpState* state) { in dvmJdwpProcessIncoming() function
171 bool dvmJdwpProcessIncoming(JdwpState* state);
290 if (!dvmJdwpProcessIncoming(state)) /* blocking read */ in jdwpThreadStart()