Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/usb/gadget/1.1/default/lib/
H A DMonitorFfs.cpp52 unique_fd inotifyFd(inotify_init()); in MonitorFfs() local
53 if (inotifyFd < 0) { in MonitorFfs()
58 if (addEpollFd(epollFd, inotifyFd) == -1) abort(); in MonitorFfs()
63 mInotifyFd = move(inotifyFd); in MonitorFfs()
/aosp12/hardware/interfaces/usb/gadget/1.2/default/lib/
H A DMonitorFfs.cpp52 unique_fd inotifyFd(inotify_init()); in MonitorFfs() local
53 if (inotifyFd < 0) { in MonitorFfs()
58 if (addEpollFd(epollFd, inotifyFd) == -1) abort(); in MonitorFfs()
63 mInotifyFd = move(inotifyFd); in MonitorFfs()
/aosp12/hardware/google/pixel/usb/
H A DMonitorFfs.cpp53 unique_fd inotifyFd(inotify_init()); in MonitorFfs() local
54 if (inotifyFd < 0) { in MonitorFfs()
59 if (addEpollFd(epollFd, inotifyFd) == -1) in MonitorFfs()
66 mInotifyFd = move(inotifyFd); in MonitorFfs()