summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.cpp
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2014-07-27 18:38:22 -0700
committerEric Laurent <elaurent@google.com>2014-07-28 21:43:16 +0000
commitde3f8392fbf380ba6f09d009b00d7172477389a2 (patch)
tree77687cb28cf7dfb34ebb6317e246b3cad5672b86 /services/audioflinger/AudioFlinger.cpp
parent03524dcc1215b2c468f5c8c8abe6f1c26239fd71 (diff)
downloadframeworks_av-de3f8392fbf380ba6f09d009b00d7172477389a2.zip
frameworks_av-de3f8392fbf380ba6f09d009b00d7172477389a2.tar.gz
frameworks_av-de3f8392fbf380ba6f09d009b00d7172477389a2.tar.bz2
rename AudioSystem::newAudioSessionId()
Rename AudioSystem::newAudioSessionId() to AudioSystem::newAudioUniqueId() as it can be used also for I/O handles. Bug: 12378680. Change-Id: I611ea3b5eb57a4b0774437f477ee87dc4ccc2cc2
Diffstat (limited to 'services/audioflinger/AudioFlinger.cpp')
-rw-r--r--services/audioflinger/AudioFlinger.cpp2
1 files changed, 1 insertions, 1 deletions
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 @@ status_t AudioFlinger::invalidateStream(audio_stream_type_t stream)
}
-int AudioFlinger::newAudioSessionId()
+audio_unique_id_t AudioFlinger::newAudioUniqueId()
{
return nextUniqueId();
}