Searched refs:lib_desc (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_usbfs.c2297 struct libusb_iso_packet_descriptor *lib_desc = local
2299 lib_desc->status = LIBUSB_TRANSFER_COMPLETED;
2309 lib_desc->status = LIBUSB_TRANSFER_NO_DEVICE;
2313 lib_desc->status = LIBUSB_TRANSFER_STALL;
2317 lib_desc->status = LIBUSB_TRANSFER_OVERFLOW;
2326 lib_desc->status = LIBUSB_TRANSFER_ERROR;
2331 lib_desc->status = LIBUSB_TRANSFER_ERROR;
2334 lib_desc->actual_length = urb_desc->actual_length;
H A Ddarwin_usb.c1795 struct libusb_iso_packet_descriptor *lib_desc = &transfer->iso_packet_desc[i]; local
1796 lib_desc->status = darwin_to_libusb (tpriv->isoc_framelist[i].frStatus);
1797 lib_desc->actual_length = tpriv->isoc_framelist[i].frActCount;
/external/libusb/libusb/os/
H A Ddarwin_usb.c1372 struct libusb_iso_packet_descriptor *lib_desc = transfer->iso_packet_desc; local
1373 lib_desc->status = darwin_to_libusb (tpriv->isoc_framelist[i].frStatus);
1374 lib_desc->actual_length = tpriv->isoc_framelist[i].frActCount;
H A Dlinux_usbfs.c1955 struct libusb_iso_packet_descriptor *lib_desc = local
1957 lib_desc->status = urb_desc->status;
1958 lib_desc->actual_length = urb_desc->actual_length;

Completed in 156 milliseconds