OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libusb_alloc_transfer
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/
sync.c
94
struct libusb_transfer *transfer =
libusb_alloc_transfer
(0);
162
struct libusb_transfer *transfer =
libusb_alloc_transfer
(0);
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
...]
libusb.h
[
all
...]
/external/libusb/libusb/
sync.c
76
struct libusb_transfer *transfer =
libusb_alloc_transfer
(0);
157
struct libusb_transfer *transfer =
libusb_alloc_transfer
(0);
libusb.h
891
struct libusb_transfer *
libusb_alloc_transfer
(int iso_packets);
[
all
...]
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
...]
/external/libusb/examples/
dpfp.c
173
transfer =
libusb_alloc_transfer
(0);
396
img_transfer =
libusb_alloc_transfer
(0);
400
irq_transfer =
libusb_alloc_transfer
(0);
dpfp_threaded.c
202
transfer =
libusb_alloc_transfer
(0);
423
img_transfer =
libusb_alloc_transfer
(0);
427
irq_transfer =
libusb_alloc_transfer
(0);
/external/chromium_org/chrome/browser/usb/
usb_device_handle.cc
413
PlatformUsbTransferHandle const transfer =
libusb_alloc_transfer
(0);
447
PlatformUsbTransferHandle const transfer =
libusb_alloc_transfer
(0);
474
PlatformUsbTransferHandle const transfer =
libusb_alloc_transfer
(0);
505
PlatformUsbTransferHandle const transfer =
libusb_alloc_transfer
(packets);
Completed in 31 milliseconds