HomeSort by relevance Sort by last modified time
    Searched refs:V4L2WrapperMock (Results 1 - 5 of 5) sorted by null

  /hardware/libhardware/modules/camera/3_4/
v4l2_wrapper_mock.h 28 class V4L2WrapperMock : public V4L2Wrapper {
30 V4L2WrapperMock() : V4L2Wrapper("", nullptr){};
format_metadata_factory_test.cpp 36 virtual void SetUp() { mock_device_.reset(new V4L2WrapperMock()); }
45 std::shared_ptr<V4L2WrapperMock> mock_device_;
v4l2_wrapper.h 126 friend class V4L2WrapperMock;
  /hardware/libhardware/modules/camera/3_4/metadata/
v4l2_control_delegate_test.cpp 35 mock_device_.reset(new V4L2WrapperMock());
42 std::shared_ptr<V4L2WrapperMock> mock_device_;
partial_metadata_factory_test.cpp 39 mock_device_.reset(new V4L2WrapperMock());
72 std::shared_ptr<V4L2WrapperMock> mock_device_;

Completed in 786 milliseconds