Home | History | Annotate | Download | only in adb

Lines Matching refs:adb_read

248         D("read_and_dump(): pre adb_read(fd=%d)\n", fd);
249 len = adb_read(fd, buf, 4096);
250 D("read_and_dump(): post adb_read(fd=%d): len=%d\n", fd, len);
272 len = adb_read(inFd, buf, BUFSIZE);
305 /* fdi is really the client's stdin, so use read, not adb_read here */