HomeSort by relevance Sort by last modified time
    Searched refs:mINotifyFd (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/inputflinger/
EventHub.cpp 188 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);
    [all...]
EventHub.h 432 int mINotifyFd;

Completed in 34 milliseconds