diff options
author | Chih-Chung Chang <chihchung@google.com> | 2009-09-15 14:51:56 +0800 |
---|---|---|
committer | Chih-Chung Chang <chihchung@google.com> | 2009-09-15 18:29:03 +0800 |
commit | 244f8c26365a303d9dd861bd48a29a4b48578da1 (patch) | |
tree | 33c20568a94d606507507ec5cedf2a01eba8de58 /include/ui/Camera.h | |
parent | 54c06152e0d9c666aec61ae5d9686d7d3327ea34 (diff) | |
download | frameworks_base-244f8c26365a303d9dd861bd48a29a4b48578da1.zip frameworks_base-244f8c26365a303d9dd861bd48a29a4b48578da1.tar.gz frameworks_base-244f8c26365a303d9dd861bd48a29a4b48578da1.tar.bz2 |
Fix 2083478: Camera needs an auto-focus cancel API
Change-Id: I13bda991b32aee47e82b5cf9d43b3021c416a9a2
Diffstat (limited to 'include/ui/Camera.h')
-rw-r--r-- | include/ui/Camera.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ui/Camera.h b/include/ui/Camera.h index ae6e255..9ceb8fd 100644 --- a/include/ui/Camera.h +++ b/include/ui/Camera.h @@ -143,6 +143,9 @@ public: // autoFocus - status returned from callback status_t autoFocus(); + // cancel auto focus + status_t cancelAutoFocus(); + // take a picture - picture returned from callback status_t takePicture(); |