Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp212 mINotifyFd = inotify_init(); in EventHub()
213 int result = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE); in EventHub()
221 result = epoll_ctl(mEpollFd, EPOLL_CTL_ADD, mINotifyFd, &eventItem); in EventHub()
260 ::close(mINotifyFd); in ~EventHub()
1675 ALOGV("EventHub::readNotify nfd: %d\n", mINotifyFd); in readNotifyLocked()
1676 res = read(mINotifyFd, event_buf, sizeof(event_buf)); in readNotifyLocked()
DEventHub.h463 int mINotifyFd; variable