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

/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)

Completed in 267 milliseconds