Home | History | Annotate | Download | only in input

Lines Matching refs:mINotifyFd

208     mINotifyFd = inotify_init();
209 int result = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE);
217 result = epoll_ctl(mEpollFd, EPOLL_CTL_ADD, mINotifyFd, &eventItem);
251 ::close(mINotifyFd);
1437 ALOGV("EventHub::readNotify nfd: %d\n", mINotifyFd);
1438 res = read(mINotifyFd, event_buf, sizeof(event_buf));