HomeSort by relevance Sort by last modified time
    Searched refs:register_usb_transport (Results 1 - 10 of 10) sorted by null

  /bootable/recovery/minadbd/
usb_linux_client.c 75 register_usb_transport(usb, 0, 1);
adb.h 260 void register_usb_transport(usb_handle *h, const char *serial, unsigned writeable);
transport.c 702 void register_usb_transport(usb_handle *usb, const char *serial, unsigned writeable) function
  /system/core/adb/
usb_linux_client.c 179 register_usb_transport(usb, 0, 0, 1);
337 register_usb_transport(usb, 0, 0, 1);
adb.h 301 void register_usb_transport(usb_handle *h, const char *serial, const char *devpath, unsigned writeable);
usb_windows.c 493 register_usb_transport(handle, serial_number, NULL, 1);
usb_libusb.c 350 register_usb_transport(usb, serial, NULL, 1);
usb_osx.c 266 DBG("AndroidDeviceAdded calling register_usb_transport\n");
267 register_usb_transport(handle, (serial[0] ? serial : NULL), devpath, 1);
usb_linux.c 672 register_usb_transport(usb, serial, devpath, usb->writeable);
transport.c 1061 void register_usb_transport(usb_handle *usb, const char *serial, const char *devpath, unsigned writeable) function

Completed in 141 milliseconds