summaryrefslogtreecommitdiffstats
path: root/include/media/AudioRecord.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-08-07 17:19:36 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-07 17:19:37 +0000
commitf31abb4ee82050030b3e5a0793bb2b8e30f40d31 (patch)
treebc17b9e9d4a4dc1108c032cad4a714471180478c /include/media/AudioRecord.h
parent2f583c0ac819a7bbd1228d7b8c3857c7e6a98a91 (diff)
parent02de89293b74ab1e9a77ce2367c5c499ab038968 (diff)
downloadframeworks_av-f31abb4ee82050030b3e5a0793bb2b8e30f40d31.zip
frameworks_av-f31abb4ee82050030b3e5a0793bb2b8e30f40d31.tar.gz
frameworks_av-f31abb4ee82050030b3e5a0793bb2b8e30f40d31.tar.bz2
Merge "Cleanup comments for the new control block implementation"
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 eef108b..f457261 100644
--- a/include/media/AudioRecord.h
+++ b/include/media/AudioRecord.h
@@ -346,8 +346,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.