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
commita77e059f0b46220730f3a127652fad6e9999c705 (patch)
tree3f0e60dc961f5cdd65124bf9bbbba7373b955742 /include/camera
parente5f3fd0b8e54a71d0c53c414650d2e8c60c31aaa (diff)
downloadframeworks_av-a77e059f0b46220730f3a127652fad6e9999c705.zip
frameworks_av-a77e059f0b46220730f3a127652fad6e9999c705.tar.gz
frameworks_av-a77e059f0b46220730f3a127652fad6e9999c705.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 */