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