Home | History | Annotate | Download | only in adb

Lines Matching refs:read_packet

146 static int read_packet(int fd, const char* name, apacket** ppacket) {
147 ATRACE_NAME("read_packet");
161 D("%s: read_packet (fd=%d), error ret=%d: %s", name, fd, r, strerror(errno));
198 if (read_packet(fd, t->serial, &p)) {
325 if (read_packet(t->fd, t->serial, &p)) {