Searched refs:mINotifyFd (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DEventHub.cpp188 mINotifyFd = inotify_init();
189 int result = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE);
197 result = epoll_ctl(mEpollFd, EPOLL_CTL_ADD, mINotifyFd, &eventItem);
236 ::close(mINotifyFd);
1555 ALOGV("EventHub::readNotify nfd: %d\n", mINotifyFd);
1556 res = read(mINotifyFd, event_buf, sizeof(event_buf));
H A DEventHub.h432 int mINotifyFd; member in class:android::EventHub

Completed in 8 milliseconds