Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 6 of 6) sorted by relevance

/dalvik/vm/jdwp/
DJdwpPriv.h56 void (*shutdown)(struct JdwpState* state); member
166 (*state->transport->shutdown)(state); in dvmJdwpNetShutdown()
DJdwpAdb.cpp90 shutdown(netState->clientSock, SHUT_RDWR); in adbStateFree()
94 shutdown(netState->controlSock, SHUT_RDWR); in adbStateFree()
236 if (shutdown(netState->controlSock, SHUT_RDWR)) { in acceptConnection()
336 shutdown(clientSock, SHUT_RDWR); in adbStateShutdown()
342 shutdown(controlSock, SHUT_RDWR); in adbStateShutdown()
DJdwpSocket.cpp218 shutdown(listenSock, SHUT_RDWR); in netShutdown()
222 shutdown(clientSock, SHUT_RDWR); in netShutdown()
/dalvik/vm/
DREADME.txt13 - Use "startup" and "shutdown" functions to clean up gDvm. The VM must
DJni.cpp2958 goto shutdown; in DestroyJavaVM()
2975 shutdown: in DestroyJavaVM()
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java512 threadPool.shutdown(); in processAllFiles()