commit | 00900eb35473530a5fc77f7bd3ac306b6dcf19cb | [log] [tgz] |
---|---|---|
author | Chih-Chung Chang <chihchung@google.com> | Tue Sep 15 14:51:56 2009 +0800 |
committer | Chih-Chung Chang <chihchung@google.com> | Tue Sep 15 18:29:03 2009 +0800 |
tree | 50ef4d7f5da62be60d0748dba6ed6713c61d6443 | |
parent | f5733b2938151fda955f01d9dc3ad15f7292604d [diff] [blame] |
Fix 2083478: Camera needs an auto-focus cancel API Change-Id: I13bda991b32aee47e82b5cf9d43b3021c416a9a2
diff --git a/camera/libcameraservice/CameraService.h b/camera/libcameraservice/CameraService.h index f8c7216..0a909cf 100644 --- a/camera/libcameraservice/CameraService.h +++ b/camera/libcameraservice/CameraService.h
@@ -110,6 +110,9 @@ // auto focus virtual status_t autoFocus(); + // cancel auto focus + virtual status_t cancelAutoFocus(); + // take a picture - returns an IMemory (ref-counted mmap) virtual status_t takePicture();