Home
last modified time | relevance | path

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

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