summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorJignesh Mehta <c_jmehta@quicinc.com>2009-05-22 15:47:00 -0700
committerJignesh Mehta <c_jmehta@quicinc.com>2009-06-16 01:07:45 -0700
commit621958b100624afba4044e9384ba330f15277037 (patch)
tree5b2fd67e853c8e7fc4a32d32c2f862083e1f86d1 /libc
parent955c88d2aa4fa0d2d7df01c2ea123fae588d297f (diff)
downloadbionic-621958b100624afba4044e9384ba330f15277037.zip
bionic-621958b100624afba4044e9384ba330f15277037.tar.gz
bionic-621958b100624afba4044e9384ba330f15277037.tar.bz2
camera: Add MSM_CAM_IOCTL_AF_CTRL and MSM_CAM_IOCTL_AF_CTRL_DONE
For AF control command, add the above two ITCTLs. CRs-Fixed: 183633 Signed-off-by: Jignesh Mehta <c_jmehta@quicinc.com>
Diffstat (limited to 'libc')
-rw-r--r--libc/kernel/common/media/msm_camera.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/kernel/common/media/msm_camera.h b/libc/kernel/common/media/msm_camera.h
index 56507ed..e793586 100644
--- a/libc/kernel/common/media/msm_camera.h
+++ b/libc/kernel/common/media/msm_camera.h
@@ -63,6 +63,8 @@
#define MSM_CAM_IOCTL_FLASH_LED_CFG _IOW(MSM_CAM_IOCTL_MAGIC, 22, enum msm_camera_led_state_t *)
+#define MSM_CAM_IOCTL_AF_CTRL _IOR(MSM_CAM_IOCTL_MAGIC, 23, struct msm_ctrl_cmt_t *)
+#define MSM_CAM_IOCTL_AF_CTRL_DONE _IOW(MSM_CAM_IOCTL_MAGIC, 24, struct msm_ctrl_cmt_t *)
#define MAX_SENSOR_NUM 3
#define MAX_SENSOR_NAME 32