Home | History | Annotate | Download | only in sensorhal

Lines Matching full:inotifyfd

1129     int inotifyFd = inotify_init1(IN_NONBLOCK);
1130 if (inotifyFd < 0) {
1132 } else if (inotify_add_watch(inotifyFd, NANOHUB_LOCK_DIR, IN_CREATE | IN_DELETE) < 0) {
1134 close(inotifyFd);
1136 mPollFds[mNumPollFds].fd = inotifyFd;