Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/jni/
DUVCProvider.h77 std::string videoNode; member
157 Status openV4L2DeviceAndSubscribe(const std::string& videoNode);
DUVCProvider.cpp114 Status UVCProvider::UVCDevice::openV4L2DeviceAndSubscribe(const std::string& videoNode) { in openV4L2DeviceAndSubscribe() argument
116 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()