Searched refs:openV4L2DeviceAndSubscribe (Results 1 – 2 of 2) sorted by relevance
157 Status openV4L2DeviceAndSubscribe(const std::string& videoNode);
114 Status UVCProvider::UVCDevice::openV4L2DeviceAndSubscribe(const std::string& videoNode) { in openV4L2DeviceAndSubscribe() function in android::webcam::UVCProvider::UVCDevice319 if (openV4L2DeviceAndSubscribe(mVideoNode) != Status::OK) { in UVCDevice()