Searched refs:mDeviceWd (Results 1 – 2 of 2) sorted by relevance
716 int mDeviceWd = -1; variable
759 mDeviceWd = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE); in addDeviceInotify()760 LOG_ALWAYS_FATAL_IF(mDeviceWd < 0, "Could not register INotify for %s: %s", DEVICE_PATH, in addDeviceInotify()2447 } else if (event->wd == mDeviceWd) { in readNotifyLocked()