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 164 mINotifyFd = inotify_init();
165 int result = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE);
173 result = epoll_ctl(mEpollFd, EPOLL_CTL_ADD, mINotifyFd, &eventItem);
207 ::close(mINotifyFd);
    [all...]
EventHub.h 349 int mINotifyFd;

Completed in 117 milliseconds