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

  /frameworks/base/services/input/
EventHub.cpp 208 mINotifyFd = inotify_init();
209 int result = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE);
217 result = epoll_ctl(mEpollFd, EPOLL_CTL_ADD, mINotifyFd, &eventItem);
251 ::close(mINotifyFd);
    [all...]
EventHub.h 412 int mINotifyFd;

Completed in 2604 milliseconds