diff options
| author | 2010-06-04 00:16:05 -0700 | |
|---|---|---|
| committer | 2010-06-04 00:16:05 -0700 | |
| commit | 030a15531c200247e81d36f13f81d6ee443ea81b (patch) | |
| tree | 4cce0e6e3096c7cf4c22fe668687b49e6bfc3c50 /include/media/AudioSystem.h | |
| parent | 2f98f99cd11ea0b971a86903271bbbc4c4c60da0 (diff) | |
| parent | 2ea200c5a7c13e6a7e8bfdb04e96066a38b19240 (diff) | |
am 2ea200c5: 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.h | 2 |
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 // |