Home | History | Annotate | Download | only in adb

Lines Matching full:wait

147         "  adb wait-for-device          - block until device is online\n"
570 do_cmd(transport, serial, "wait-for-device", 0);
916 do_cmd(ttype, serial, "wait-for-device", 0);
962 if(!strncmp(argv[0], "wait-for-", strlen("wait-for-"))) {
964 if (!strncmp(service, "wait-for-device", strlen("wait-for-device"))) {
966 service = "wait-for-usb";
968 service = "wait-for-local";
970 service = "wait-for-any";
982 /* Allow a command to be run after wait-for-device,
983 * e.g. 'adb wait-for-device shell'.