commit | eeecb980ff4c202d0a3c4b0bfe040dce2f73336d | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Fri Feb 26 10:44:04 2016 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Tue Mar 01 08:32:58 2016 -0800 |
tree | decce0d925acd9efd68f2d540bbabb60c0661c6b | |
parent | 91afc2297dd1c39302dba6ff68e9839aae27d39a [diff] [blame] |
Add use for audio_unique_id_t Bug: 25641253 Bug: 21019153 Change-Id: I65dc128e760c245f3d90559635a8981b186c87d7
diff --git a/services/audiopolicy/service/AudioPolicyClientImpl.cpp b/services/audiopolicy/service/AudioPolicyClientImpl.cpp index c4790b5..f1c0d1a 100644 --- a/services/audiopolicy/service/AudioPolicyClientImpl.cpp +++ b/services/audiopolicy/service/AudioPolicyClientImpl.cpp
@@ -228,9 +228,9 @@ clientConfig, deviceConfig, patchHandle); } -audio_unique_id_t AudioPolicyService::AudioPolicyClient::newAudioUniqueId() +audio_unique_id_t AudioPolicyService::AudioPolicyClient::newAudioUniqueId(audio_unique_id_use_t use) { - return AudioSystem::newAudioUniqueId(); + return AudioSystem::newAudioUniqueId(use); } }; // namespace android