HomeSort by relevance Sort by last modified time
    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/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...]

Completed in 1138 milliseconds