commit | de3f8392fbf380ba6f09d009b00d7172477389a2 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Sun Jul 27 18:38:22 2014 -0700 |
committer | Eric Laurent <elaurent@google.com> | Mon Jul 28 21:43:16 2014 +0000 |
tree | 77687cb28cf7dfb34ebb6317e246b3cad5672b86 | |
parent | 03524dcc1215b2c468f5c8c8abe6f1c26239fd71 [diff] [blame] |
rename AudioSystem::newAudioSessionId() Rename AudioSystem::newAudioSessionId() to AudioSystem::newAudioUniqueId() as it can be used also for I/O handles. Bug: 12378680. Change-Id: I611ea3b5eb57a4b0774437f477ee87dc4ccc2cc2
diff --git a/services/audioflinger/AudioFlinger.cpp b/services/audioflinger/AudioFlinger.cpp index b2f46f5..bd7121e 100644 --- a/services/audioflinger/AudioFlinger.cpp +++ b/services/audioflinger/AudioFlinger.cpp
@@ -2037,7 +2037,7 @@ } -int AudioFlinger::newAudioSessionId() +audio_unique_id_t AudioFlinger::newAudioUniqueId() { return nextUniqueId(); }