From 6fa45107ec279163e03a3bcec8d42b89204911e1 Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Thu, 15 Oct 2015 12:08:38 -0700 Subject: [PATCH] klte-common: Update camera wrapper module definition * Add torch, init function definitions Change-Id: I4d2ebb0b2873c7553492cdda27a7f325b898ec1f --- camera/CameraWrapper.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/camera/CameraWrapper.cpp b/camera/CameraWrapper.cpp index a370e70..0046ea6 100644 --- a/camera/CameraWrapper.cpp +++ b/camera/CameraWrapper.cpp @@ -65,6 +65,8 @@ camera_module_t HAL_MODULE_INFO_SYM = { .set_callbacks = NULL, /* remove compilation warnings */ .get_vendor_tag_ops = NULL, /* remove compilation warnings */ .open_legacy = NULL, /* remove compilation warnings */ + .set_torch_mode = NULL, + .init = NULL, .reserved = {0}, /* remove compilation warnings */ };