OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libusb_get_device_list
(Results
1 - 8
of
8
) sorted by null
/external/libusb/examples/
lsusb.c
54
cnt =
libusb_get_device_list
(NULL, &devs);
/external/libusb_aah/examples/
listdevs.c
54
cnt =
libusb_get_device_list
(NULL, &devs);
/external/libusb/libusb/
core.c
344
ssize_t cnt =
libusb_get_device_list
(NULL, &list);
386
* The
libusb_get_device_list
() function can be used to obtain a list of
403
* Device discovery (i.e. calling
libusb_get_device_list
()) returns a
412
* New devices presented by the
libusb_get_device_list
() function all have a
419
* -# Discover devices using
libusb_get_device_list
().
591
API_EXPORTED ssize_t
libusb_get_device_list
(libusb_context *ctx,
function
633
*
libusb_get_device_list
(). If the unref_devices parameter is set, the
[
all
...]
libusb.h
568
* originating from
libusb_get_device_list
().
575
* New devices presented by
libusb_get_device_list
() have a reference count of
778
ssize_t
libusb_get_device_list
(libusb_context *ctx,
[
all
...]
/system/core/adb/
usb_libusb.c
586
ssize_t cnt =
libusb_get_device_list
(ctx, &devs);
/external/libusb-compat/libusb/
core.c
180
r =
libusb_get_device_list
(ctx, &dev_list);
580
dev_list_len =
libusb_get_device_list
(ctx, &dev_list);
/external/libusb_aah/libusb/
core.c
371
ssize_t cnt =
libusb_get_device_list
(NULL, &list);
413
* The
libusb_get_device_list
() function can be used to obtain a list of
430
* Device discovery (i.e. calling
libusb_get_device_list
()) returns a
439
* New devices presented by the
libusb_get_device_list
() function all have a
446
* -# Discover devices using
libusb_get_device_list
().
619
ssize_t API_EXPORTED
libusb_get_device_list
(libusb_context *ctx,
function
660
*
libusb_get_device_list
(). If the unref_devices parameter is set, the
[
all
...]
libusb.h
686
* originating from
libusb_get_device_list
().
693
* New devices presented by
libusb_get_device_list
() have a reference count of
959
ssize_t LIBUSB_CALL
libusb_get_device_list
(libusb_context *ctx,
[
all
...]
Completed in 523 milliseconds