Searched refs:mDeviceInputWd (Results 1 – 2 of 2) sorted by relevance
715 int mDeviceInputWd; variable
753 mDeviceInputWd = inotify_add_watch(mINotifyFd, DEVICE_INPUT_PATH, IN_DELETE | IN_CREATE); in addDeviceInputInotify()754 LOG_ALWAYS_FATAL_IF(mDeviceInputWd < 0, "Could not register INotify for %s: %s", in addDeviceInputInotify()2439 if (event->wd == mDeviceInputWd) { in readNotifyLocked()