Searched refs:libusb_get_device_list (Results 1 - 8 of 8) sorted by relevance

/external/libusb/examples/
H A Dlsusb.c54 cnt = libusb_get_device_list(NULL, &devs);
/external/chromium_org/chrome/browser/usb/
H A Dusb_service.cc125 libusb_get_device_list(context_->context(), &platform_devices);
/external/chromium_org/third_party/libusb/src/libusb/
H A Dhotplug.c255 len = (int) libusb_get_device_list(ctx, &devs);
H A Dcore.c351 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.
1135 * application - it allows you to avoid calling libusb_get_device_list() an
[all...]
H A Dlibusb.h950 * originating from libusb_get_device_list().
957 * New devices presented by libusb_get_device_list() have a reference count of
1315 ssize_t LIBUSB_CALL libusb_get_device_list(libusb_context *ctx,
/external/libusb/libusb/
H A Dcore.c344 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
936 * application - it allows you to avoid calling libusb_get_device_list() and
958 if (libusb_get_device_list(ctx, &devs) < 0)
H A Dlibusb.h568 * 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,
/external/libusb-compat/libusb/
H A Dcore.c180 r = libusb_get_device_list(ctx, &dev_list);
580 dev_list_len = libusb_get_device_list(ctx, &dev_list);

Completed in 439 milliseconds