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.cpp53 V4L2Wrapper* V4L2Wrapper::NewV4L2Wrapper(const std::string device_path) { in NewV4L2Wrapper()
54 return new V4L2Wrapper(device_path); in NewV4L2Wrapper()
57 V4L2Wrapper::V4L2Wrapper(const std::string device_path) in V4L2Wrapper() function in v4l2_camera_hal::V4L2Wrapper
60 V4L2Wrapper::~V4L2Wrapper() {} in ~V4L2Wrapper()
62 int V4L2Wrapper::Connect() { in Connect()
99 void V4L2Wrapper::Disconnect() { in Disconnect()
127 int V4L2Wrapper::IoctlLocked(unsigned long request, T data) { in IoctlLocked()
138 int V4L2Wrapper::StreamOn() { in StreamOn()
154 int V4L2Wrapper::StreamOff() { in StreamOff()
178 int V4L2Wrapper::QueryControl(uint32_t control_id, in QueryControl()
[all …]
Dv4l2_wrapper.h36 class V4L2Wrapper {
40 static V4L2Wrapper* NewV4L2Wrapper(const std::string device_path);
41 virtual ~V4L2Wrapper();
46 Connection(std::shared_ptr<V4L2Wrapper> device) in Connection()
57 std::shared_ptr<V4L2Wrapper> device_;
93 V4L2Wrapper(const std::string device_path);
154 DISALLOW_COPY_AND_ASSIGN(V4L2Wrapper);
Dv4l2_camera.h51 std::shared_ptr<V4L2Wrapper> v4l2_wrapper,
93 std::shared_ptr<V4L2Wrapper> device_;
94 std::unique_ptr<V4L2Wrapper::Connection> connection_;
Dv4l2_wrapper_mock.h28 class V4L2WrapperMock : public V4L2Wrapper {
30 V4L2WrapperMock() : V4L2Wrapper(""){}; in V4L2WrapperMock()
Dv4l2_camera.cpp43 std::shared_ptr<V4L2Wrapper> v4l2_wrapper(V4L2Wrapper::NewV4L2Wrapper(path)); in NewV4L2Camera()
60 std::shared_ptr<V4L2Wrapper> v4l2_wrapper, in V4L2Camera()
86 connection_.reset(new V4L2Wrapper::Connection(device_)); in connect()
Dv4l2_metadata_factory.h29 int GetV4L2Metadata(std::shared_ptr<V4L2Wrapper> device,
Dformat_metadata_factory.h31 std::shared_ptr<V4L2Wrapper> device,
Dformat_metadata_factory.cpp33 static int GetHalFormats(const std::shared_ptr<V4L2Wrapper>& device, in GetHalFormats()
68 std::shared_ptr<V4L2Wrapper> device, in AddFormatComponents()
Dv4l2_metadata_factory.cpp43 int GetV4L2Metadata(std::shared_ptr<V4L2Wrapper> device, in GetV4L2Metadata()
50 V4L2Wrapper::Connection temp_connection = V4L2Wrapper::Connection(device); in GetV4L2Metadata()
DREADME.md90 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()