Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_io.cpp185 adb_shutdown(fd); in ReadOrderlyShutdown()
Dsysdeps.h107 extern int adb_shutdown(borrowed_fd fd, int direction = SHUT_RDWR);
455 static inline int adb_shutdown(borrowed_fd fd, int direction = SHUT_RDWR) {
Dsocket_test.cpp251 EXPECT_EQ(0, adb_shutdown(head_fd[0], SHUT_RD)); in TEST_F()
Dsockets.cpp259 adb_shutdown(fd.get(), SHUT_WR); in deferred_close()
Dtransport.cpp544 adb_shutdown(fd_.get()); in Close()
Dsysdeps_win32.cpp1158 int adb_shutdown(borrowed_fd fd, int direction) { in adb_shutdown() function
/system/core/adb/daemon/
Djdwp_service.cpp166 adb_shutdown(this->socket); in ~JdwpProcess()
Dshell_service.cpp701 if (adb_shutdown(stdinout_sfd_, SHUT_WR) == 0) { in PassInput()
/system/core/adb/client/
Dcommandline.cpp1453 adb_shutdown(sink, SHUT_WR); in adb_connect_command_bidirectional()