commit | 38a28a1a6ea78759cdbde31a3d26c32073332731 | [log] [tgz] |
---|---|---|
author | Ari Hausman-Cohen <arihc@google.com> | Mon Jul 18 10:13:26 2016 -0700 |
committer | Ari Hausman-Cohen <arihc@google.com> | Tue Jul 19 15:00:13 2016 -0700 |
tree | 0e6823a75c6a712d8710941d2bc8dfd612cdffec | |
parent | 72fddb3db4bf04e87f0f68b38dfc6782598a6214 [diff] |
Abstract V4L2 controls into wrapper class. This abstraction will both clean up the code in V4L2Camera.cpp, and make it easier to implement tests in the future (by mocking over the class). This CL only adds the class and implementation, it does not yet replace the logic in V4L2Camera.cpp. BUG: 30140438 Change-Id: I2ebf2e615eedaed6294ddb52d3b3c4c1bd0a0460