commit | 276293246ea9cbc0a578a7697cc48930376ec0e9 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Fri Jan 09 17:51:23 2009 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Fri Jan 09 17:51:23 2009 -0800 |
tree | 03804488c60dda65699333d2311c8d1842ec4b65 | |
parent | e09fd9e819c23dc90bca68375645e15544861330 [diff] [blame] |
auto import from //branches/cupcake/...@125939
diff --git a/include/ui/Camera.h b/include/ui/Camera.h index 124f07f..44acce5 100644 --- a/include/ui/Camera.h +++ b/include/ui/Camera.h
@@ -78,6 +78,8 @@ status_t reconnect(); void disconnect(); + status_t lock(); + status_t unlock(); status_t getStatus() { return mStatus; } @@ -91,6 +93,9 @@ // stop preview mode void stopPreview(); + // get preview state + bool previewEnabled(); + // autoFocus - status returned from callback status_t autoFocus();