Home
last modified time | relevance | path

Searched refs:get_device_list (Results 1 – 5 of 5) sorted by relevance

/external/libusb/libusb/
Dlibusbi.h415 int (*get_device_list)(struct libusb_context *ctx, member
Dcore.c605 r = usbi_backend->get_device_list(ctx, &discdevs); in libusb_get_device_list()
/external/libusb/
DChangeLog1518 Fix get_device_list for realloc case
1520 get_device_list can modify pointer passed to it with realloc, but this
1662 the app calls get_device_list twice it actually gets the same libusb_device
/external/libusb/libusb/os/
Ddarwin_usb.c1478 .get_device_list = darwin_get_device_list,
Dlinux_usbfs.c2166 .get_device_list = op_get_device_list,