Searched refs:NewV4L2Wrapper (Results 1 – 3 of 3) sorted by relevance
40 static V4L2Wrapper* NewV4L2Wrapper(const std::string device_path);
43 std::shared_ptr<V4L2Wrapper> v4l2_wrapper(V4L2Wrapper::NewV4L2Wrapper(path)); in NewV4L2Camera()
53 V4L2Wrapper* V4L2Wrapper::NewV4L2Wrapper(const std::string device_path) { in NewV4L2Wrapper() function in v4l2_camera_hal::V4L2Wrapper