Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_usbdk.c682 struct libusb_iso_packet_descriptor *lib_desc = &transfer->iso_packet_desc[i]; in usbdk_copy_transfer_data() local
688 lib_desc->status = LIBUSB_TRANSFER_COMPLETED; // == ERROR_SUCCESS in usbdk_copy_transfer_data()
691 lib_desc->status = LIBUSB_TRANSFER_ERROR; // ERROR_UNKNOWN_EXCEPTION; in usbdk_copy_transfer_data()
695 lib_desc->actual_length = (unsigned int)transfer_priv->IsochronousResultsArray[i].ActualLength; in usbdk_copy_transfer_data()
Dlinux_usbfs.c2502 struct libusb_iso_packet_descriptor *lib_desc = in handle_iso_completion() local
2505 lib_desc->status = LIBUSB_TRANSFER_COMPLETED; in handle_iso_completion()
2515 lib_desc->status = LIBUSB_TRANSFER_NO_DEVICE; in handle_iso_completion()
2519 lib_desc->status = LIBUSB_TRANSFER_STALL; in handle_iso_completion()
2523 lib_desc->status = LIBUSB_TRANSFER_OVERFLOW; in handle_iso_completion()
2532 lib_desc->status = LIBUSB_TRANSFER_ERROR; in handle_iso_completion()
2537 lib_desc->status = LIBUSB_TRANSFER_ERROR; in handle_iso_completion()
2540 lib_desc->actual_length = urb_desc->actual_length; in handle_iso_completion()
Ddarwin_usb.c2379 struct libusb_iso_packet_descriptor *lib_desc = &transfer->iso_packet_desc[i]; in darwin_handle_transfer_completion() local
2380 lib_desc->status = darwin_transfer_status (itransfer, tpriv->isoc_framelist[i].frStatus); in darwin_handle_transfer_completion()
2381 lib_desc->actual_length = tpriv->isoc_framelist[i].frActCount; in darwin_handle_transfer_completion()