Home | History | Annotate | Download | only in adb

Lines Matching refs:ADB

17 #define TRACE_TAG ADB
20 #include "adb.h"
103 D("adb: online");
109 D("adb: offline");
413 * a failed OPEN only. However, due to a bug in previous ADB
621 // stdin/stdout/stderr handle and it is a console handle, when the adb
655 /* Some programs want to launch an adb command and collect its output by
658 * handles passed to the adb client process will also be inheritable.
659 * When starting the adb server here, care must be taken to reset them
661 * Otherwise, something bad happens: even if the adb command completes,
664 * adb server process (even if the latter never uses/writes to them).
689 // as %d and that the rest of adb code can pass it around in an int.
713 L"adb -P %d fork-server server --reply-fd %d", server_port,
790 fprintf(stderr, "ADB server didn't ACK\n");
797 fprintf(stderr, "could not read ok from ADB Server%s\n",
817 "ADB Server\n");
823 fprintf(stderr, "ADB Server is running: process id %lu\n",
864 int result = execl(path, "adb", "-P", str_port, "fork-server", "server", "--reply-fd", reply_fd, NULL);
879 fprintf(stderr, "could not read ok from ADB
883 fprintf(stderr, "ADB server didn't ACK\n" );
1004 fprintf(stderr, "adb server killed by remote request\n");