summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-07-11 15:36:59 -0700
committerGlenn Kasten <gkasten@google.com>2012-07-12 13:43:08 -0700
commit1879fff068422852c1483dcf8365c2ff0e2fadfc (patch)
treef374fae563e2854ce20b4da16e9cae0d883aecd7 /services/audioflinger/AudioFlinger.h
parentbf04a5d7f287fc712e0ed91849dc85c90c1e182d (diff)
downloadframeworks_av-1879fff068422852c1483dcf8365c2ff0e2fadfc.zip
frameworks_av-1879fff068422852c1483dcf8365c2ff0e2fadfc.tar.gz
frameworks_av-1879fff068422852c1483dcf8365c2ff0e2fadfc.tar.bz2
Add tid parameter to IAudioFlinger::openRecord
Not yet implemented Change-Id: I35523fb15ad71727ecc9f4bb870f07e4b7397dc4
Diffstat (limited to 'services/audioflinger/AudioFlinger.h')
-rw-r--r--services/audioflinger/AudioFlinger.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index f9e53e2..648a8d2 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -108,6 +108,7 @@ public:
audio_channel_mask_t channelMask,
int frameCount,
IAudioFlinger::track_flags_t flags,
+ pid_t tid,
int *sessionId,
status_t *status);
@@ -1407,6 +1408,8 @@ private:
audio_channel_mask_t channelMask,
int frameCount,
int sessionId,
+ IAudioFlinger::track_flags_t flags,
+ pid_t tid,
status_t *status);
status_t start(RecordTrack* recordTrack,