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

/external/libusb/libusb/
H A Dlibusbi.h415 int (*get_device_list)(struct libusb_context *ctx, member in struct:usbi_os_backend
459 * during get_device_list enumeration. Alternatively, you may be able
483 * during get_device_list enumeration. You may also have to keep track
506 * during get_device_list enumeration.
699 * destroyed. It should free any resources allocated in the get_device_list
H A Dcore.c605 r = usbi_backend->get_device_list(ctx, &discdevs);
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusbi.h571 int (*get_device_list)(struct libusb_context *ctx, member in struct:usbi_os_backend
632 * during get_device_list enumeration. Alternatively, you may be able
656 * during get_device_list enumeration. You may also have to keep track
679 * during get_device_list enumeration.
888 * destroyed. It should free any resources allocated in the get_device_list
H A Dcore.c683 r = usbi_backend->get_device_list(ctx, &discdevs);
1973 return !(usbi_backend->get_device_list);
/external/libusb/libusb/os/
H A Ddarwin_usb.c1478 .get_device_list = darwin_get_device_list,
H A Dlinux_usbfs.c2166 .get_device_list = op_get_device_list,
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.c1874 .get_device_list = NULL, /* not needed */
H A Dlinux_usbfs.c2565 .get_device_list = NULL,

Completed in 86 milliseconds