Home
last modified time | relevance | path

Searched refs:V4L2Wrapper (Results 1 – 12 of 12) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.h34 class V4L2Wrapper {
38 static V4L2Wrapper* NewV4L2Wrapper(const std::string device_path);
39 virtual ~V4L2Wrapper();
44 Connection(std::shared_ptr<V4L2Wrapper> device) in Connection()
55 std::shared_ptr<V4L2Wrapper> device_;
87 V4L2Wrapper(const std::string device_path,
128 DISALLOW_COPY_AND_ASSIGN(V4L2Wrapper);
Dv4l2_wrapper.cpp40 V4L2Wrapper* V4L2Wrapper::NewV4L2Wrapper(const std::string device_path) { in NewV4L2Wrapper()
47 return new V4L2Wrapper(device_path, std::move(gralloc)); in NewV4L2Wrapper()
50 V4L2Wrapper::V4L2Wrapper(const std::string device_path, in V4L2Wrapper() function in v4l2_camera_hal::V4L2Wrapper
56 V4L2Wrapper::~V4L2Wrapper() {} in ~V4L2Wrapper()
58 int V4L2Wrapper::Connect() { in Connect()
91 void V4L2Wrapper::Disconnect() { in Disconnect()
118 int V4L2Wrapper::IoctlLocked(int request, T data) { in IoctlLocked()
129 int V4L2Wrapper::StreamOn() { in StreamOn()
145 int V4L2Wrapper::StreamOff() { in StreamOff()
173 int V4L2Wrapper::QueryControl(uint32_t control_id, in QueryControl()
[all …]
Dv4l2_camera.h53 std::shared_ptr<V4L2Wrapper> v4l2_wrapper,
95 std::shared_ptr<V4L2Wrapper> device_;
96 std::unique_ptr<V4L2Wrapper::Connection> connection_;
Dv4l2_wrapper_mock.h28 class V4L2WrapperMock : public V4L2Wrapper {
30 V4L2WrapperMock() : V4L2Wrapper("", nullptr){}; in V4L2WrapperMock()
Dformat_metadata_factory.h33 std::shared_ptr<V4L2Wrapper> device,
Dv4l2_metadata_factory.h29 int GetV4L2Metadata(std::shared_ptr<V4L2Wrapper> device,
Dv4l2_camera.cpp54 std::shared_ptr<V4L2Wrapper> v4l2_wrapper(V4L2Wrapper::NewV4L2Wrapper(path)); in NewV4L2Camera()
71 std::shared_ptr<V4L2Wrapper> v4l2_wrapper, in V4L2Camera()
97 connection_.reset(new V4L2Wrapper::Connection(device_)); in connect()
Dformat_metadata_factory.cpp25 static int GetHalFormats(const std::shared_ptr<V4L2Wrapper>& device, in GetHalFormats()
63 std::shared_ptr<V4L2Wrapper> device, in AddFormatComponents()
Dv4l2_metadata_factory.cpp41 int GetV4L2Metadata(std::shared_ptr<V4L2Wrapper> device, in GetV4L2Metadata()
48 V4L2Wrapper::Connection temp_connection = V4L2Wrapper::Connection(device); in GetV4L2Metadata()
DREADME.md82 Much of this work is aided by the V4L2Wrapper helper class,
/hardware/libhardware/modules/camera/3_4/metadata/
Dv4l2_control_delegate.h31 std::shared_ptr<V4L2Wrapper> device, in V4L2ControlDelegate()
59 std::shared_ptr<V4L2Wrapper> device_;
Dpartial_metadata_factory.h80 std::shared_ptr<V4L2Wrapper> device,
93 std::shared_ptr<V4L2Wrapper> device,
186 std::shared_ptr<V4L2Wrapper> device, in V4L2Control()
312 std::shared_ptr<V4L2Wrapper> device, in V4L2ControlOrDefault()