Searched refs:adb_shutdown (Results 1 – 7 of 7) sorted by relevance
177 adb_shutdown(fd); in ReadOrderlyShutdown()
220 extern int adb_shutdown(int fd);545 static __inline__ int adb_shutdown(int fd) in adb_shutdown() function549 static __inline__ int adb_shutdown(int fd, int direction) in adb_shutdown() function
325 adb_shutdown(fd); in remote_kick()
189 adb_shutdown(proc->socket); in jdwp_process_free()
600 if (adb_shutdown(stdinout_sfd_.fd(), SHUT_WR) == 0) { in PassInput()
1013 adb_shutdown(reply_fd); in handle_host_request()
1131 int adb_shutdown(int fd) in adb_shutdown() function