Searched defs:netShutdown (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/jdwp/
H A DJdwpAdb.cpp352 static void netShutdown(JdwpState* state) function
359 * "netShutdown", after the JDWP thread has stopped.
731 netShutdown,
H A DJdwpSocket.cpp44 static void netShutdown(JdwpNetState* state);
189 netShutdown(netState);
205 static void netShutdown(JdwpNetState* netState) function
234 netShutdown(state->netState);
240 * Call this after shutting the network down with netShutdown().

Completed in 36 milliseconds