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

  /external/libusb/libusb/os/
darwin_usb.c 802 io_service_t usbInterface = IO_OBJECT_NULL;
811 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface);
816 if (!usbInterface) {
858 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface);
865 if (!usbInterface) {
871 kresult = IOCreatePlugInInterfaceForService (usbInterface, kIOUSBInterfaceUserClientTypeID,
884 (void)IOObjectRelease (usbInterface);
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c     [all...]

Completed in 39 milliseconds