summaryrefslogtreecommitdiffstats
path: root/include/media/AudioRecord.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-07-31 12:30:12 -0700
committerGlenn Kasten <gkasten@google.com>2013-08-02 16:10:38 -0700
commit02de89293b74ab1e9a77ce2367c5c499ab038968 (patch)
tree9be5c99a98cd411009764c53d3e943e90cb6a3b9 /include/media/AudioRecord.h
parentf36dbfe3d517e9311be0a4d0fd6658380690e84c (diff)
downloadframeworks_av-02de89293b74ab1e9a77ce2367c5c499ab038968.zip
frameworks_av-02de89293b74ab1e9a77ce2367c5c499ab038968.tar.gz
frameworks_av-02de89293b74ab1e9a77ce2367c5c499ab038968.tar.bz2
Cleanup comments for the new control block implementation
There was some obsolete and incomplete text left over after the new control block code was submitted. This cleans up all those comments to be accurate again. Change-Id: Ic52f5869cb723cde25d709514d6deea6aa6f20aa
Diffstat (limited to 'include/media/AudioRecord.h')
-rw-r--r--include/media/AudioRecord.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/media/AudioRecord.h b/include/media/AudioRecord.h
index c65ffe8..0a3c0e5 100644
--- a/include/media/AudioRecord.h
+++ b/include/media/AudioRecord.h
@@ -344,8 +344,7 @@ public:
__attribute__((__deprecated__));
private:
- /* New internal API.
- * If nonContig is non-NULL, it is an output parameter that will be set to the number of
+ /* If nonContig is non-NULL, it is an output parameter that will be set to the number of
* additional non-contiguous frames that are available immediately.
* FIXME We could pass an array of Buffers instead of only one Buffer to obtainBuffer(),
* in case the requested amount of frames is in two or more non-contiguous regions.