commit | 1a80c0624ae6849642665d8b35f32f0272ae4282 | [log] [tgz] |
---|---|---|
author | Jan Sebechlebsky <jsebechlebsky@google.com> | Tue Aug 09 15:21:18 2022 +0200 |
committer | Jan Sebechlebsky <jsebechlebsky@google.com> | Thu Oct 13 17:53:12 2022 +0200 |
tree | 3bbbb21f1ea9bdab594ad8baed9eb1cbb00797d8 | |
parent | 2b10b0d0c62fd119d14c4f048fa609f8ae416424 [diff] [blame] |
Add support for audio session id based routing Bug: 233910083 Test: atest AudioServiceHostTest AudioHostTest Change-Id: I51896ad9e1c310c2aa346dd9292d19438936275a
diff --git a/services/audiopolicy/engineconfigurable/src/Engine.h b/services/audiopolicy/engineconfigurable/src/Engine.h index 4b559f0..6ac20cd 100644 --- a/services/audiopolicy/engineconfigurable/src/Engine.h +++ b/services/audiopolicy/engineconfigurable/src/Engine.h
@@ -63,6 +63,7 @@ sp<DeviceDescriptor> getInputDeviceForAttributes(const audio_attributes_t &attr, uid_t uid = 0, + audio_session_t session = AUDIO_SESSION_NONE, sp<AudioPolicyMix> *mix = nullptr) const override;