Searched refs:LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED (Results 1 - 5 of 5) sorted by relevance

/external/libusb/examples/
H A Dhotplugtest.c93 rc = libusb_hotplug_register_callback (NULL, LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED, 0, vendor_id,
/external/libusb/libusb/
H A Dhotplug.c71 * - LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED: A device has arrived and is ready to use
82 * When handling a LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED event it is considered
110 if (LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED == event) {
134 rc = libusb_hotplug_register_callback(NULL, LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED |
300 LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED,
H A Dcore.c722 usbi_hotplug_notification(ctx, dev, LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED);
H A Dlibusb.h1908 LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED = 0x01, enumerator in enum:__anon11710
1956 * called with a \ref LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED for all devices
/external/libusb/include/libusb/
H A Dlibusb.h1908 LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED = 0x01, enumerator in enum:__anon11705
1956 * called with a \ref LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED for all devices

Completed in 142 milliseconds