Searched refs:dvmJdwpIsActive (Results 1 – 3 of 3) sorted by relevance
127 if (!dvmJdwpIsActive(state)) { in dvmJdwpStartup()211 bool dvmJdwpIsActive(JdwpState* state) in dvmJdwpIsActive() function
128 bool dvmJdwpIsActive(JdwpState* state);
1433 if (dvmJdwpIsActive(gDvm.jdwpState)) { in dvmInitJDWP()