Home
last modified time | relevance | path

Searched refs:adb_shutdown (Results 1 – 7 of 7) sorted by relevance

/system/core/adb/
Dadb_io.cpp177 adb_shutdown(fd); in ReadOrderlyShutdown()
Dsysdeps.h220 extern int adb_shutdown(int fd);
545 static __inline__ int adb_shutdown(int fd) in adb_shutdown() function
549 static __inline__ int adb_shutdown(int fd, int direction) in adb_shutdown() function
Dtransport_local.cpp325 adb_shutdown(fd); in remote_kick()
Djdwp_service.cpp189 adb_shutdown(proc->socket); in jdwp_process_free()
Dshell_service.cpp600 if (adb_shutdown(stdinout_sfd_.fd(), SHUT_WR) == 0) { in PassInput()
Dadb.cpp1013 adb_shutdown(reply_fd); in handle_host_request()
Dsysdeps_win32.cpp1131 int adb_shutdown(int fd) in adb_shutdown() function