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 - 9
of
9
) sorted by null
/external/libusb/examples/
lsusb.c
54
cnt =
libusb_get_device_list
(NULL, &devs);
/external/chromium_org/chrome/browser/usb/
usb_service.cc
125
libusb_get_device_list
(context_->context(), &platform_devices);
/external/chromium_org/third_party/libusb/src/libusb/
hotplug.c
255
len = (int)
libusb_get_device_list
(ctx, &devs);
core.c
351
ssize_t cnt =
libusb_get_device_list
(NULL, &list);
393
* The
libusb_get_device_list
() function can be used to obtain a list of
410
* Device discovery (i.e. calling
libusb_get_device_list
()) returns a
419
* New devices presented by the
libusb_get_device_list
() function all have a
426
* -# Discover devices using
libusb_get_device_list
().
651
ssize_t API_EXPORTED
libusb_get_device_list
(libusb_context *ctx,
function
713
*
libusb_get_device_list
(). If the unref_devices parameter is set, the
812
* You should issue a \ref
libusb_get_device_list
() before calling this
817
*
libusb_get_device_list
() - libusb_free_device_list() block.
[
all
...]
libusb.h
950
* originating from
libusb_get_device_list
().
957
* New devices presented by
libusb_get_device_list
() have a reference count of
[
all
...]
/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);
Completed in 475 milliseconds