commit | b643627a557e44b9ab5879cf71e162af2d514ce3 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Wed Dec 07 19:24:50 2016 -0800 |
committer | Eric Laurent <elaurent@google.com> | Thu Dec 08 12:14:32 2016 -0800 |
tree | 995bc0b0fa9a614687aa8df2f119ab7fff0c7a88 | |
parent | 8526d86ab12284135ed4ca27aeb816371c10c0e6 [diff] [blame] |
fix client pid for effects applied by audio policy Test: Hangouts call, Play Music with and w/o effects Change-Id: Ia9b20f94be667dd92e0497f8ef9c0dc0e95afe28
diff --git a/include/media/IAudioFlinger.h b/include/media/IAudioFlinger.h index 638f552..8feb8c5 100644 --- a/include/media/IAudioFlinger.h +++ b/include/media/IAudioFlinger.h
@@ -196,6 +196,7 @@ audio_io_handle_t output, audio_session_t sessionId, const String16& callingPackage, + pid_t pid, status_t *status, int *id, int *enabled) = 0;