Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/jni/
DUVCProvider.h126 int getINotifyFd() { return mINotifyFd.get(); } in getINotifyFd()
176 unique_fd mINotifyFd; variable
DUVCProvider.cpp133 mINotifyFd.reset(inotifyFd); in openV4L2DeviceAndSubscribe()
329 mINotifyFd.reset(); // No need to inotify_rm_watch as closing the fd frees up resources in closeUVCFd()