diff options
Diffstat (limited to 'include/media/IAudioRecord.h')
| -rw-r--r-- | include/media/IAudioRecord.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/media/IAudioRecord.h b/include/media/IAudioRecord.h index c486c6b..ebc03ea 100644 --- a/include/media/IAudioRecord.h +++ b/include/media/IAudioRecord.h @@ -35,10 +35,9 @@ public: DECLARE_META_INTERFACE(AudioRecord); /* After it's created the track is not active. Call start() to - * make it active. If set, the callback will start being called. - * tid identifies the client callback thread, or 0 if not needed. + * make it active. */ - virtual status_t start(pid_t tid, int event, int triggerSession) = 0; + virtual status_t start(int 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 |
