Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/
H A Dadb_io.cpp185 adb_shutdown(fd); in ReadOrderlyShutdown()
H A Dsysdeps.h109 extern int adb_shutdown(borrowed_fd fd, int direction = SHUT_RDWR);
487 static inline int adb_shutdown(borrowed_fd fd, int direction = SHUT_RDWR) {
H A Dsocket_test.cpp251 EXPECT_EQ(0, adb_shutdown(head_fd[0], SHUT_RD)); in TEST_F()
H A Dsockets.cpp259 adb_shutdown(fd.get(), SHUT_WR); in deferred_close()
H A Dtransport.cpp546 adb_shutdown(fd_.get()); in Close()
H A Dsysdeps_win32.cpp1323 int adb_shutdown(borrowed_fd fd, int direction) { in adb_shutdown() function
/aosp12/packages/modules/adb/daemon/
H A Djdwp_service.cpp166 adb_shutdown(this->socket); in ~JdwpProcess()
H A Dshell_service.cpp701 if (adb_shutdown(stdinout_sfd_, SHUT_WR) == 0) { in PassInput()
/aosp12/packages/modules/adb/client/
H A Dcommandline.cpp1454 adb_shutdown(sink, SHUT_WR); in adb_connect_command_bidirectional()