summaryrefslogtreecommitdiffstats
path: root/include/media/IAudioRecord.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-07-10 12:56:08 -0700
committerGlenn Kasten <gkasten@google.com>2012-07-27 14:54:48 -0700
commit0ec23ce0d1ff79566c402bc30df3074f6e25a22b (patch)
tree8925eca2b9f4b9bccb7fa4d032ab80070179912d /include/media/IAudioRecord.h
parente4e2a37dbe2a4d923232305549101f779a2e3638 (diff)
downloadframeworks_av-0ec23ce0d1ff79566c402bc30df3074f6e25a22b.zip
frameworks_av-0ec23ce0d1ff79566c402bc30df3074f6e25a22b.tar.gz
frameworks_av-0ec23ce0d1ff79566c402bc30df3074f6e25a22b.tar.bz2
Clean up start() parameters
Document where int is used instead of AudioSystem::sync_event_t (probably because of a header file dependency). TrackBase::start() and RecordTrack::start() don't need default parameters. Change-Id: I82f4a4d078be900f3aa4bd926697e32f5ed68ec8
Diffstat (limited to 'include/media/IAudioRecord.h')
-rw-r--r--include/media/IAudioRecord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/IAudioRecord.h b/include/media/IAudioRecord.h
index ebc03ea..d6e3141 100644
--- a/include/media/IAudioRecord.h
+++ b/include/media/IAudioRecord.h
@@ -37,7 +37,7 @@ public:
/* After it's created the track is not active. Call start() to
* make it active.
*/
- virtual status_t start(int event, int triggerSession) = 0;
+ virtual status_t start(int /*AudioSystem::sync_event_t*/ event, int triggerSession) = 0;
/* Stop a track. If set, the callback will cease being called and
* obtainBuffer will return an error. Buffers that are already released