Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Ddarwin_usb.c1372 struct libusb_iso_packet_descriptor *lib_desc = transfer->iso_packet_desc; in darwin_handle_callback() local
1373 lib_desc->status = darwin_to_libusb (tpriv->isoc_framelist[i].frStatus); in darwin_handle_callback()
1374 lib_desc->actual_length = tpriv->isoc_framelist[i].frActCount; in darwin_handle_callback()
Dlinux_usbfs.c1955 struct libusb_iso_packet_descriptor *lib_desc = in handle_iso_completion() local
1957 lib_desc->status = urb_desc->status; in handle_iso_completion()
1958 lib_desc->actual_length = urb_desc->actual_length; in handle_iso_completion()