Searched refs:videoNode (Results 1 – 2 of 2) sorted by relevance
77 std::string videoNode; member157 Status openV4L2DeviceAndSubscribe(const std::string& videoNode);
114 Status UVCProvider::UVCDevice::openV4L2DeviceAndSubscribe(const std::string& videoNode) { in openV4L2DeviceAndSubscribe() argument116 int fd = open(videoNode.c_str(), O_RDWR); in openV4L2DeviceAndSubscribe()119 videoNode.c_str(), errno, fd, strerror(errno)); in openV4L2DeviceAndSubscribe()138 int ret = inotify_add_watch(inotifyFd, videoNode.c_str(), IN_ATTRIB); in openV4L2DeviceAndSubscribe()140 ALOGE("%s: Couldn't add watch for %s. Error(%d): %s", __FUNCTION__, videoNode.c_str(), in openV4L2DeviceAndSubscribe()297 ret->videoNode = mVideoNode; in parseUvcProperties()