Home
last modified time | relevance | path

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

/device/google/wahoo/usb/
DUsbGadget.cpp523 unique_fd eventFd(eventfd(0, 0)); in setupFunctions() local
524 if (eventFd == -1) { in setupFunctions()
537 if (addEpollFd(epollFd, eventFd) == -1) return Status::ERROR; in setupFunctions()
541 mEventFd = move(eventFd); in setupFunctions()
/device/google/bonito/usb/
DUsbGadget.cpp548 unique_fd eventFd(eventfd(0, 0)); in setupFunctions() local
549 if (eventFd == -1) { in setupFunctions()
562 if (addEpollFd(epollFd, eventFd) == -1) return Status::ERROR; in setupFunctions()
566 mEventFd = move(eventFd); in setupFunctions()
/device/google/crosshatch/usb/
DUsbGadget.cpp548 unique_fd eventFd(eventfd(0, 0)); in setupFunctions() local
549 if (eventFd == -1) { in setupFunctions()
562 if (addEpollFd(epollFd, eventFd) == -1) return Status::ERROR; in setupFunctions()
566 mEventFd = move(eventFd); in setupFunctions()