commit | aee4782839de3103ecebca830a6bd49263a37ad3 | [log] [tgz] |
---|---|---|
author | Eino-Ville Talvala <etalvala@google.com> | Tue Apr 07 13:47:46 2015 -0700 |
committer | Eino-Ville Talvala <etalvala@google.com> | Wed Apr 15 17:26:13 2015 -0700 |
tree | 42e82a6e64c73cd35ebb93bbc06626cdd180c2b1 | |
parent | 33642b9c5763a3ad7cebbe8918a6a8d31f3a63a5 [diff] [blame] |
Camera: Add HAL module init method. For use by Camera HAL libraries to perform one-time initialization steps after the library is loaded. Bug: 20016050 Change-Id: Ia01ae0eafcadece9124ac2cfcc3b1c3939352843
diff --git a/modules/usbcamera/CameraHAL.cpp b/modules/usbcamera/CameraHAL.cpp index 98111ef..652e937 100644 --- a/modules/usbcamera/CameraHAL.cpp +++ b/modules/usbcamera/CameraHAL.cpp
@@ -147,6 +147,7 @@ get_vendor_tag_ops : NULL, open_legacy : NULL, set_torch_mode : NULL, + init : NULL, reserved : {0}, }; } // extern "C"