OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:libusb_get_device_list
(Results
1 - 2
of
2
) sorted by null
/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
...]
/external/chromium_org/third_party/libusb/src/libusb/
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
...]
Completed in 117 milliseconds