summaryrefslogtreecommitdiff
path: root/include/media/AudioSystem.h
diff options
context:
space:
mode:
author Eric Laurent <elaurent@google.com> 2010-06-04 00:14:46 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2010-06-04 00:14:46 -0700
commit2ea200c5a7c13e6a7e8bfdb04e96066a38b19240 (patch)
tree4cce0e6e3096c7cf4c22fe668687b49e6bfc3c50 /include/media/AudioSystem.h
parent5f5df382e5b87f02399f21c916e0ebb6c48c759d (diff)
parent65b65459e6ac59f8a257009df8014467ae0838ee (diff)
Merge "Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications." into kraken
Diffstat (limited to 'include/media/AudioSystem.h')
-rw-r--r--include/media/AudioSystem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h
index 9caef8ff95dc..f21e83d47dc6 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -230,6 +230,8 @@ public:
static status_t getRenderPosition(uint32_t *halFrames, uint32_t *dspFrames, int stream = DEFAULT);
static unsigned int getInputFramesLost(audio_io_handle_t ioHandle);
+
+ static int newAudioSessionId();
//
// AudioPolicyService interface
//