Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_io.cpp179 adb_shutdown(fd); in ReadOrderlyShutdown()
Dsysdeps.h198 extern int adb_shutdown(int fd);
507 static __inline__ int adb_shutdown(int fd) in adb_shutdown() function
511 static __inline__ int adb_shutdown(int fd, int direction) in adb_shutdown() function
Dtransport_local.cpp426 adb_shutdown(fd); in remote_kick()
Djdwp_service.cpp153 adb_shutdown(this->socket); in ~JdwpProcess()
Dshell_service.cpp587 if (adb_shutdown(stdinout_sfd_, SHUT_WR) == 0) { in PassInput()
Dadb.cpp1049 adb_shutdown(reply_fd); in handle_host_request()
Dsysdeps_win32.cpp1016 int adb_shutdown(int fd) in adb_shutdown() function