Home | History | Annotate | Download | only in sensorhal

Lines Matching refs:inotifyFd

1894     int inotifyFd = inotify_init1(IN_NONBLOCK);
1895 if (inotifyFd < 0) {
1897 } else if (inotify_add_watch(inotifyFd, NANOHUB_LOCK_DIR, IN_CREATE | IN_DELETE) < 0) {
1899 close(inotifyFd);
1901 mPollFds[mNumPollFds].fd = inotifyFd;