Home | History | Annotate | Download | only in adb

Lines Matching defs:ready

409                 s->ready(s);
414 case A_OKAY: /* READY(local-id, remote-id, "") */
419 /* On first READY message, create the connection. */
422 s->ready(s);
424 /* Other READY messages must use the same local-id */
425 s->ready(s);
887 // set up a pipe so the child can tell us when it is ready.
1247 bool ready;
1251 ready = transports_ready && device_scan_complete;
1254 if (ready) {