Home | History | Annotate | Download | only in adb

Lines Matching full:disconnect

105         " disconnect [<host>[:<port>]]  - disconnect from a TCP/IP device.\n"
108 " will disconnect from all connected TCP/IP devices.\n"
268 fprintf(stderr,"\n* disconnect *\n");
817 if(!strcmp(argv[0], "disconnect")) {
820 fprintf(stderr, "Usage: adb disconnect [<host>[:<port>]]\n");
824 snprintf(buf, sizeof buf, "host:disconnect:%s", argv[1]);
826 snprintf(buf, sizeof buf, "host:disconnect:");