Home
last modified time | relevance | path

Searched refs:NewV4L2Wrapper (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.h40 static V4L2Wrapper* NewV4L2Wrapper(const std::string device_path);
Dv4l2_camera.cpp43 std::shared_ptr<V4L2Wrapper> v4l2_wrapper(V4L2Wrapper::NewV4L2Wrapper(path)); in NewV4L2Camera()
Dv4l2_wrapper.cpp53 V4L2Wrapper* V4L2Wrapper::NewV4L2Wrapper(const std::string device_path) { in NewV4L2Wrapper() function in v4l2_camera_hal::V4L2Wrapper