Home
last modified time | relevance | path

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

/packages/modules/adb/
Dadb_io.cpp185 adb_shutdown(fd); in ReadOrderlyShutdown()
Dsysdeps.h108 extern int adb_shutdown(borrowed_fd fd, int direction = SHUT_RDWR);
486 static inline int adb_shutdown(borrowed_fd fd, int direction = SHUT_RDWR) {
Dsocket_test.cpp256 EXPECT_EQ(0, adb_shutdown(head_fd[0], SHUT_RD)); in TEST_F()
Dsockets.cpp290 adb_shutdown(fd.get(), SHUT_WR); in deferred_close()
Dtransport.cpp556 adb_shutdown(fd_.get()); in Close()
Dsysdeps_win32.cpp1323 int adb_shutdown(borrowed_fd fd, int direction) { in adb_shutdown() function
/packages/modules/adb/daemon/
Djdwp_service.cpp164 adb_shutdown(this->socket); in ~JdwpProcess()
Dshell_service.cpp701 if (adb_shutdown(stdinout_sfd_, SHUT_WR) == 0) { in PassInput()
/packages/modules/adb/client/
Dcommandline.cpp1419 adb_shutdown(sink, SHUT_WR); in adb_connect_command_bidirectional()