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

  /external/libusb/libusb/os/
darwin_usb.c 187 static kern_return_t darwin_get_device (uint32_t dev_location, usb_device_t ***darwin_device) {
197 while ((*darwin_device = usb_get_next_device (deviceIterator, &location)) != NULL) {
201 (**darwin_device)->Release(*darwin_device);
206 if (!(*darwin_device))
580 usb_device_t **darwin_device; local
584 kresult = darwin_get_device (dpriv->location, &darwin_device);
590 dpriv->device = darwin_device;
729 static int darwin_get_interface (usb_device_t **darwin_device, uint8_t ifc, io_service_t *usbInterfacep) {
743 kresult = (*(darwin_device))->CreateInterfaceIterator(darwin_device, &request, &interface_iterator)
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 533 usb_device_t **darwin_device = dev->device; local
547 kresult = (*darwin_device)->GetConfigurationDescriptorPtr (darwin_device, 0, &configDesc);
560 kresult = (*(darwin_device))->CreateInterfaceIterator(darwin_device, &request, &interface_iterator);
579 (*darwin_device)->GetConfiguration (darwin_device, &dev->active_config);
    [all...]

Completed in 80 milliseconds