Home | History | Annotate | Download | only in adb

Lines Matching full:service

389 int adb_download_buffer(const char *service, const char *fn, const void* data, int sz,
397 sprintf(buf,"%s:%d", service, sz);
411 char *x = strrchr(service, ':');
412 if(x) service = x + 1;
450 int adb_download(const char *service, const char *fn, unsigned progress)
461 int status = adb_download_buffer(service, fn, data, sz, progress);
566 fprintf(stderr, "usage: adb %s <adb service name> [ppp opts]\n",
577 fprintf(stderr,"Error: Could not open adb service: %s. Error: %s\n",
1246 char* service = argv[0];
1247 if (!strncmp(service, "wait-for-device", strlen("wait-for-device"))) {
1249 service = "wait-for-usb";
1251 service = "wait-for-local";
1253 service = "wait-for-any";
1257 format_host_command(buf, sizeof buf, service, ttype, serial);