commit | cd9fef66f9a22e939668d3764659d06e5c9e821e | [log] [tgz] |
---|---|---|
author | Ari Hausman-Cohen <arihc@google.com> | Fri Jul 15 15:54:13 2016 -0700 |
committer | Ari Hausman-Cohen <arihc@google.com> | Thu Jul 28 18:33:11 2016 -0700 |
tree | b4812edf5cb69646fcb766199d45fa6e00b60f84 | |
parent | 3841a7f4951fe1498bf5ba88466def3ea18f8867 [diff] [blame] |
Add metadata helper class. Breaks metadata down into distinct pieces (to be added later). BUG: 29330282 TEST: unit tests pass Change-Id: I7156e420e7cdb14b5c3155006ecefd8ff2a49500
diff --git a/modules/camera/3_4/v4l2_wrapper.h b/modules/camera/3_4/v4l2_wrapper.h index fd4ac34..d67b36e 100644 --- a/modules/camera/3_4/v4l2_wrapper.h +++ b/modules/camera/3_4/v4l2_wrapper.h
@@ -82,6 +82,8 @@ // Lock protecting use of the device. std::mutex device_lock_; + friend class V4L2WrapperMock; + DISALLOW_COPY_AND_ASSIGN(V4L2Wrapper); };