HomeSort by relevance Sort by last modified time
    Searched defs:libusb_alloc_transfer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libusb/src/libusb/
io.c 255 * Allocation is done with the libusb_alloc_transfer() function. You must use
410 * libusb_alloc_transfer() with an appropriate number of isochronous packets.
417 * libusb_alloc_transfer() does not set either of these fields for you, given
1317 struct libusb_transfer * LIBUSB_CALL libusb_alloc_transfer( function
    [all...]
  /external/libusb/libusb/
io.c 253 * Allocation is done with the libusb_alloc_transfer() function. You must use
408 * libusb_alloc_transfer() with an appropriate number of isochronous packets.
415 * libusb_alloc_transfer() does not set either of these fields for you, given
1159 API_EXPORTED struct libusb_transfer *libusb_alloc_transfer(int iso_packets) function
    [all...]

Completed in 319 milliseconds