commit | a32e60121e1cd626f300fb894f4e1bc5715d3d41 | [log] [tgz] |
---|---|---|
author | Ytai Ben-Tsvi <ytai@google.com> | Mon Oct 28 15:39:16 2019 -0700 |
committer | Ytai Ben-Tsvi <ytai@google.com> | Thu Dec 12 15:14:18 2019 -0800 |
tree | 8c1c54476ec517388b8fe998b59ac0d87d85e5f6 | |
parent | fa12f52ba2c0f528277bfe7d7543f5f53361850c [diff] |
Make IAudioPolicyService::{acquire,release}SoundTriggerSession work remotely Previously those calls were reserved for local calling only and rejected otherwise. They now need to be accessible remotely, since sound trigger is moving to a different process. Change-Id: Iadd26006b8d310b9c5d1fdbefc70c861dfa809f0 Bug: 142070343