HomeSort by relevance Sort by last modified time
    Searched refs:adb_shutdown (Results 1 - 7 of 7) sorted by null

  /system/core/adb/
adb_io.cpp 179 adb_shutdown(fd);
sysdeps.h 119 extern int adb_shutdown(int fd, int direction = SHUT_RDWR);
422 static __inline__ int adb_shutdown(int fd, int direction = SHUT_RDWR) {
socket_test.cpp 233 EXPECT_EQ(0, adb_shutdown(head_fd[0], SHUT_RD));
jdwp_service.cpp 150 adb_shutdown(this->socket);
shell_service.cpp 600 if (adb_shutdown(stdinout_sfd_, SHUT_WR) == 0) {
transport.cpp 106 adb_shutdown(fd_.get());
    [all...]
sysdeps_win32.cpp 1014 int adb_shutdown(int fd, int direction) { function
    [all...]

Completed in 614 milliseconds