Searched refs:inotifyFd (Results 1 – 1 of 1) sorted by relevance
127 int inotifyFd = inotify_init(); in openV4L2DeviceAndSubscribe() local128 if (inotifyFd < 0) { in openV4L2DeviceAndSubscribe()133 mINotifyFd.reset(inotifyFd); in openV4L2DeviceAndSubscribe()138 int ret = inotify_add_watch(inotifyFd, videoNode.c_str(), IN_ATTRIB); in openV4L2DeviceAndSubscribe()