Home
last modified time | relevance | path

Searched refs:nrEvents (Results 1 – 3 of 3) sorted by relevance

/device/google/wahoo/usb/
DUsbGadget.cpp115 int nrEvents = epoll_wait(usbGadget->mEpollFd, events, EPOLL_EVENTS, -1); in monitorFfs() local
116 if (nrEvents <= 0) { in monitorFfs()
121 for (int i = 0; i < nrEvents; i++) { in monitorFfs()
/device/google/bonito/usb/
DUsbGadget.cpp122 int nrEvents = epoll_wait(usbGadget->mEpollFd, events, EPOLL_EVENTS, -1); in monitorFfs() local
124 if (nrEvents <= 0) { in monitorFfs()
129 for (int i = 0; i < nrEvents; i++) { in monitorFfs()
/device/google/crosshatch/usb/
DUsbGadget.cpp122 int nrEvents = epoll_wait(usbGadget->mEpollFd, events, EPOLL_EVENTS, -1); in monitorFfs() local
124 if (nrEvents <= 0) { in monitorFfs()
129 for (int i = 0; i < nrEvents; i++) { in monitorFfs()