Searched refs:register_usb_transport (Results 1 - 7 of 7) sorted by relevance

/system/core/adb/
H A Dusb_linux_client.c179 register_usb_transport(usb, 0, 0, 1);
337 register_usb_transport(usb, 0, 0, 1);
H A Dadb.h301 void register_usb_transport(usb_handle *h, const char *serial, const char *devpath, unsigned writeable);
H A Dusb_windows.c493 register_usb_transport(handle, serial_number, NULL, 1);
H A Dusb_libusb.c350 register_usb_transport(usb, serial, NULL, 1);
H A Dusb_osx.c266 DBG("AndroidDeviceAdded calling register_usb_transport\n");
267 register_usb_transport(handle, (serial[0] ? serial : NULL), devpath, 1);
H A Dusb_linux.c672 register_usb_transport(usb, serial, devpath, usb->writeable);
H A Dtransport.c1061 void register_usb_transport(usb_handle *usb, const char *serial, const char *devpath, unsigned writeable) function

Completed in 57 milliseconds