summaryrefslogtreecommitdiffstats
path: root/include/camera
diff options
context:
space:
mode:
authorJamie Gennis <jgennis@google.com>2010-09-25 17:58:15 -0700
committerJamie Gennis <jgennis@google.com>2010-09-25 17:58:15 -0700
commitba2bbcdcbc9781a8e93807b740cfde02b477c9a9 (patch)
tree061363b1fa25a76617ed93f51c22a5e48ab6ab1c /include/camera
parent1c1797acff49857b41ea1e3630d23d940882791c (diff)
downloadframeworks_base-ba2bbcdcbc9781a8e93807b740cfde02b477c9a9.zip
frameworks_base-ba2bbcdcbc9781a8e93807b740cfde02b477c9a9.tar.gz
frameworks_base-ba2bbcdcbc9781a8e93807b740cfde02b477c9a9.tar.bz2
Fix the CameraHardwareInterface::setPreviewWindow comment.
Change-Id: Ied7eb7872e581e23d9f6f02a551320cdd675e51e
Diffstat (limited to 'include/camera')
-rw-r--r--include/camera/CameraHardwareInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/camera/CameraHardwareInterface.h b/include/camera/CameraHardwareInterface.h
index 515d879..3a77dd1 100644
--- a/include/camera/CameraHardwareInterface.h
+++ b/include/camera/CameraHardwareInterface.h
@@ -87,7 +87,7 @@ class CameraHardwareInterface : public virtual RefBase {
public:
virtual ~CameraHardwareInterface() { }
- /** Set the ISurface from which the preview buffers should be dequeued */
+ /** Set the ANativeWindow to which preview frames are sent */
virtual status_t setPreviewWindow(const sp<ANativeWindow>& buf) = 0;
/** Return the IMemoryHeap for the raw image heap */