Searched defs:usbInterface (Results 1 - 2 of 2) sorted by relevance

/external/libusb/libusb/os/
H A Ddarwin_usb.c802 io_service_t usbInterface = IO_OBJECT_NULL; local
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);
1036 io_service_t usbInterface; local
1040 kresult = darwin_get_interface (dpriv->device, interface, &usbInterface);
1047 driver = IORegistryEntryCreateCFProperty (usbInterface, kIOBundleIdentifierKe
[all...]
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.c1142 io_service_t usbInterface = IO_OBJECT_NULL; local
1150 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface);
1155 if (!usbInterface && dpriv->first_config != 0) {
1165 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface);
1172 if (!usbInterface) {
1178 kresult = IOCreatePlugInInterfaceForService (usbInterface, kIOUSBInterfaceUserClientTypeID,
1182 (void)IOObjectRelease (usbInterface);
1381 io_service_t usbInterface; local
1385 kresult = darwin_get_interface (dpriv->device, interface, &usbInterface);
1392 driver = IORegistryEntryCreateCFProperty (usbInterface, kIOBundleIdentifierKe
[all...]

Completed in 139 milliseconds