Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Devents_posix.h34 #define USBI_EVENT_POLL_EVENTS POLLIN macro
41 #define USBI_EVENT_POLL_EVENTS POLLIN macro
Devents_windows.h31 #define USBI_EVENT_POLL_EVENTS 0 macro
Dlinux_udev.c165 .events = USBI_EVENT_POLL_EVENTS }, in linux_udev_event_thread_main()
Dlinux_netlink.c351 .events = USBI_EVENT_POLL_EVENTS }, in linux_netlink_event_thread_main()
/external/libusb/libusb/
Dio.c1177 r = usbi_add_event_source(ctx, USBI_EVENT_OS_HANDLE(&ctx->event), USBI_EVENT_POLL_EVENTS); in usbi_io_init()