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/AudioPolicyInterface.h b/services/audiopolicy/AudioPolicyInterface.h index ce1ae4d..1c41ce1 100644 --- a/services/audiopolicy/AudioPolicyInterface.h +++ b/services/audiopolicy/AudioPolicyInterface.h
@@ -332,7 +332,7 @@ virtual void onAudioPatchListUpdate() = 0; - virtual audio_unique_id_t newAudioUniqueId() = 0; + virtual audio_unique_id_t newAudioUniqueId(audio_unique_id_use_t use) = 0; virtual void onDynamicPolicyMixStateUpdate(String8 regId, int32_t state) = 0;