Home
last modified time | relevance | path

Searched refs:inotifyFd (Results 1 – 1 of 1) sorted by relevance

/packages/services/DeviceAsWebcam/jni/
DUVCProvider.cpp127 int inotifyFd = inotify_init(); in openV4L2DeviceAndSubscribe() local
128 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()