diff options
author | Jamie Gennis <jgennis@google.com> | 2010-09-25 17:58:15 -0700 |
---|---|---|
committer | Jamie Gennis <jgennis@google.com> | 2010-09-25 17:58:15 -0700 |
commit | a77e059f0b46220730f3a127652fad6e9999c705 (patch) | |
tree | 3f0e60dc961f5cdd65124bf9bbbba7373b955742 /include | |
parent | e5f3fd0b8e54a71d0c53c414650d2e8c60c31aaa (diff) | |
download | frameworks_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')
-rw-r--r-- | include/camera/CameraHardwareInterface.h | 2 |
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 */ |