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

/frameworks/native/services/inputflinger/
H A DEventHub.cpp195 mINotifyFd = inotify_init();
196 int result = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE);
204 result = epoll_ctl(mEpollFd, EPOLL_CTL_ADD, mINotifyFd, &eventItem);
243 ::close(mINotifyFd);
1609 ALOGV("EventHub::readNotify nfd: %d\n", mINotifyFd);
1610 res = read(mINotifyFd, event_buf, sizeof(event_buf));
H A DEventHub.h444 int mINotifyFd; member in class:android::EventHub

Completed in 171 milliseconds