Home | History | Annotate | Download | only in adb

Lines Matching defs:service

470         fprintf(stderr, "usage: adb %s <adb service name> [ppp opts]\n",
481 fprintf(stderr,"Error: Could not open adb service: %s. Error: %s\n",
1090 char* service = argv[0];
1091 if (!strncmp(service, "wait-for-device", strlen("wait-for-device"))) {
1093 service = "wait-for-usb";
1095 service = "wait-for-local";
1097 service = "wait-for-any";
1101 format_host_command(buf, sizeof buf, service, ttype, serial);