Home
last modified time | relevance | path

Searched refs:UEVENT_MAX_EVENTS (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/usb/aidl/default/
DUsb.h25 #define UEVENT_MAX_EVENTS 64 macro
DUsb.cpp648 uevent_fd = uevent_open_socket(UEVENT_MAX_EVENTS * UEVENT_MSG_LEN, true); in work()
663 epoll_fd = epoll_create(UEVENT_MAX_EVENTS); in work()
675 struct epoll_event events[UEVENT_MAX_EVENTS]; in work()
677 nevents = epoll_wait(epoll_fd, events, UEVENT_MAX_EVENTS, -1); in work()