Home
last modified time | relevance | path

Searched refs:lib_desc (Results 1 – 3 of 3) sorted by relevance

/external/libusb/libusb/os/
Dwindows_usbdk.c683 struct libusb_iso_packet_descriptor *lib_desc = &transfer->iso_packet_desc[i]; in usbdk_copy_transfer_data() local
689 lib_desc->status = LIBUSB_TRANSFER_COMPLETED; // == ERROR_SUCCESS in usbdk_copy_transfer_data()
692 lib_desc->status = LIBUSB_TRANSFER_ERROR; // ERROR_UNKNOWN_EXCEPTION; in usbdk_copy_transfer_data()
696 lib_desc->actual_length = (unsigned int)transfer_priv->IsochronousResultsArray[i].ActualLength; in usbdk_copy_transfer_data()
Dlinux_usbfs.c2481 struct libusb_iso_packet_descriptor *lib_desc = in handle_iso_completion() local
2484 lib_desc->status = LIBUSB_TRANSFER_COMPLETED; in handle_iso_completion()
2494 lib_desc->status = LIBUSB_TRANSFER_NO_DEVICE; in handle_iso_completion()
2498 lib_desc->status = LIBUSB_TRANSFER_STALL; in handle_iso_completion()
2502 lib_desc->status = LIBUSB_TRANSFER_OVERFLOW; in handle_iso_completion()
2511 lib_desc->status = LIBUSB_TRANSFER_ERROR; in handle_iso_completion()
2516 lib_desc->status = LIBUSB_TRANSFER_ERROR; in handle_iso_completion()
2519 lib_desc->actual_length = urb_desc->actual_length; in handle_iso_completion()
Ddarwin_usb.c2171 struct libusb_iso_packet_descriptor *lib_desc = &transfer->iso_packet_desc[i]; in darwin_handle_transfer_completion() local
2172 lib_desc->status = darwin_transfer_status (itransfer, tpriv->isoc_framelist[i].frStatus); in darwin_handle_transfer_completion()
2173 lib_desc->actual_length = tpriv->isoc_framelist[i].frActCount; in darwin_handle_transfer_completion()