Searched refs:V4L2Wrapper (Results 1 – 12 of 12) sorted by relevance
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_wrapper.h | 34 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);
|
D | v4l2_wrapper.cpp | 40 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 …]
|
D | v4l2_camera.h | 53 std::shared_ptr<V4L2Wrapper> v4l2_wrapper, 95 std::shared_ptr<V4L2Wrapper> device_; 96 std::unique_ptr<V4L2Wrapper::Connection> connection_;
|
D | v4l2_wrapper_mock.h | 28 class V4L2WrapperMock : public V4L2Wrapper { 30 V4L2WrapperMock() : V4L2Wrapper("", nullptr){}; in V4L2WrapperMock()
|
D | format_metadata_factory.h | 33 std::shared_ptr<V4L2Wrapper> device,
|
D | v4l2_metadata_factory.h | 29 int GetV4L2Metadata(std::shared_ptr<V4L2Wrapper> device,
|
D | v4l2_camera.cpp | 54 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()
|
D | format_metadata_factory.cpp | 25 static int GetHalFormats(const std::shared_ptr<V4L2Wrapper>& device, in GetHalFormats() 63 std::shared_ptr<V4L2Wrapper> device, in AddFormatComponents()
|
D | v4l2_metadata_factory.cpp | 41 int GetV4L2Metadata(std::shared_ptr<V4L2Wrapper> device, in GetV4L2Metadata() 48 V4L2Wrapper::Connection temp_connection = V4L2Wrapper::Connection(device); in GetV4L2Metadata()
|
D | README.md | 82 Much of this work is aided by the V4L2Wrapper helper class,
|
/hardware/libhardware/modules/camera/3_4/metadata/ |
D | v4l2_control_delegate.h | 31 std::shared_ptr<V4L2Wrapper> device, in V4L2ControlDelegate() 59 std::shared_ptr<V4L2Wrapper> device_;
|
D | partial_metadata_factory.h | 80 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()
|