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

  /external/bluetooth/bluez/input/
sixpair.c 154 if (libusb_open (dev, &devh) < 0) {
  /external/libusb/libusb/
core.c 361 err = libusb_open(found, &handle);
396 * libusb to open the device using the libusb_open() function. Assuming
420 * -# Choose the device that you want to operate, and call libusb_open().
431 * As an implementation detail, libusb_open() actually adds a reference to
857 API_EXPORTED int libusb_open(libusb_device *dev, libusb_device_handle **handle) function
    [all...]
libusb.h 571 * I/O you will have to first obtain a device handle using libusb_open().
577 * on all devices in the list. libusb_open() adds another reference which is
586 * libusb_open().
799 int libusb_open(libusb_device *dev, libusb_device_handle **handle);
    [all...]
  /system/core/adb/
usb_libusb.c 447 r = libusb_open(dev, &uh.devh);
  /external/libusb-compat/libusb/
core.c 661 r = libusb_open((libusb_device *) dev->dev, &udev->handle);

Completed in 92 milliseconds