HomeSort by relevance Sort by last modified time
    Searched refs:libusb_transfer (Results 1 - 24 of 24) sorted by null

  /device/google/cuttlefish_common/guest/commands/usbforward/
transport_request.h 57 static void OnTransferComplete(libusb_transfer* req);
63 std::unique_ptr<libusb_transfer, void (*)(libusb_transfer*)> transfer_;
transport_request.cpp 82 void TransportRequest::OnTransferComplete(libusb_transfer* req) {
  /external/libusb/libusb/os/
sunos_usb.h 52 struct libusb_transfer *transfer;
70 struct libusb_transfer *transfer;
haiku_usb.h 98 struct libusb_transfer* fLibusbTransfer;
haiku_usb_raw.cpp 141 struct libusb_transfer *fLibusbTransfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
149 struct libusb_transfer *fLibusbTransfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
windows_usbdk.c 539 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
551 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
600 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
658 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
729 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
750 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
764 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
816 struct libusb_transfer *ltransfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(transfer);
netbsd_usb.c 87 static int _access_endpoint(struct libusb_transfer *);
428 struct libusb_transfer *transfer;
570 struct libusb_transfer *transfer;
610 _access_endpoint(struct libusb_transfer *transfer)
646 struct libusb_transfer *transfer;
openbsd_usb.c 87 static int _access_endpoint(struct libusb_transfer *);
474 struct libusb_transfer *transfer;
630 struct libusb_transfer *transfer;
690 _access_endpoint(struct libusb_transfer *transfer)
725 struct libusb_transfer *transfer;
darwin_usb.c     [all...]
windows_winusb.c 591 static int auto_claim(struct libusb_transfer *transfer, int *interface_number, int api_type)
640 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
    [all...]
linux_usbfs.c     [all...]
sunos_usb.c 809 struct libusb_transfer *xfer = tpriv->transfer;
837 sunos_do_async_io(struct libusb_transfer *transfer)
923 solaris_submit_ctrl_on_default(struct libusb_transfer *transfer)
1024 struct libusb_transfer *transfer;
1076 struct libusb_transfer *transfer;
    [all...]
wince_usb.c 554 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
566 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
630 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
651 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
743 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
windows_nt_common.c 522 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
  /external/libusb/libusb/
sync.c 37 static void LIBUSB_CALL sync_transfer_cb(struct libusb_transfer *transfer)
45 static void sync_transfer_wait_for_completion(struct libusb_transfer *transfer)
98 struct libusb_transfer *transfer;
170 struct libusb_transfer *transfer;
libusb.h 1210 struct libusb_transfer { struct
    [all...]
io.c 195 * the \ref libusb_transfer::actual_length "libusb_transfer.actual_length"
237 * This is represented by the public libusb_transfer structure type.
242 * -# <b>Allocation</b>: allocate a libusb_transfer
243 * -# <b>Filling</b>: populate the libusb_transfer instance with information
247 * libusb_transfer structure
290 * The user-specified callback is passed a pointer to the libusb_transfer
294 * the libusb_transfer structure documentation for more information.
350 * The <tt>libusb_transfer</tt> structure is generic and hence does not
361 * the length field of the libusb_transfer object must be the length o
    [all...]
libusbi.h 428 * 2. struct libusb_transfer (which includes iso packets) [variable size]
431 * from a libusb_transfer, you can get the usbi_transfer by rewinding the
483 ((struct libusb_transfer *)(((unsigned char *)(transfer)) \
492 + sizeof(struct libusb_transfer)
    [all...]
core.c 467 * - libusb_transfer
    [all...]
  /external/libusb/examples/
dpfp.c 63 static struct libusb_transfer *img_transfer = NULL;
64 static struct libusb_transfer *irq_transfer = NULL;
152 static void LIBUSB_CALL cb_mode_changed(struct libusb_transfer *transfer)
168 struct libusb_transfer *transfer;
279 static void LIBUSB_CALL cb_irq(struct libusb_transfer *transfer)
318 static void LIBUSB_CALL cb_img(struct libusb_transfer *transfer)
dpfp_threaded.c 68 static struct libusb_transfer *img_transfer = NULL;
69 static struct libusb_transfer *irq_transfer = NULL;
184 static void LIBUSB_CALL cb_mode_changed(struct libusb_transfer *transfer)
200 struct libusb_transfer *transfer;
311 static void LIBUSB_CALL cb_irq(struct libusb_transfer *transfer)
349 static void LIBUSB_CALL cb_img(struct libusb_transfer *transfer)
sam3u_benchmark.c 43 static void LIBUSB_CALL cb_xfr(struct libusb_transfer *xfr)
88 static struct libusb_transfer *xfr;
  /system/core/adb/client/
usb_libusb.cpp 76 libusb_transfer* transfer;
495 static LIBUSB_CALL void transfer_callback(libusb_transfer* transfer) {
545 libusb_transfer* transfer = info->transfer;
  /external/libmtp/src/
libusb1-glue.c     [all...]

Completed in 293 milliseconds