Searched refs:mInputWd (Results 1 – 2 of 2) sorted by relevance
705 int mInputWd; variable
688 mInputWd = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE); in EventHub()689 LOG_ALWAYS_FATAL_IF(mInputWd < 0, "Could not register INotify for %s: %s", DEVICE_PATH, in EventHub()2360 if (event->wd == mInputWd) { in readNotifyLocked()