Searched refs:mVideoWd (Results 1 – 2 of 2) sorted by relevance
261 mVideoWd = inotify_add_watch(mINotifyFd, VIDEO_DEVICE_PATH, IN_DELETE | IN_CREATE); in EventHub()262 LOG_ALWAYS_FATAL_IF(mVideoWd < 0, "Could not register INotify for %s: %s", in EventHub()265 mVideoWd = -1; in EventHub()1838 else if (event->wd == mVideoWd) { in readNotifyLocked()
472 int mVideoWd; variable