commit | c9ac46bbc6f764e2f34bd1f0a6d66a6f2b5081e1 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Fri Oct 07 14:01:59 2022 +0200 |
committer | Eric Laurent <elaurent@google.com> | Wed Oct 19 13:56:51 2022 +0000 |
tree | d8f23ee0d616f86e6a4e8b175a76d7f4708fbc8b | |
parent | b9cefaf408b7fe51906a8b39a9ab227f515e9a99 [diff] |
audioflinger: fix mmap rerouting on track invalidation When mmap tracks are invalidated by audio policy manager to request a reconnection of the client to another output, do not send an onTearDown() callback to AAudioService but an onRoutingChanged() callback to force the stream disconnection. Bug: 246803857 Test: repro steps in bug Change-Id: I92b759a90d13c36052c9b39de17731b0214bb673 Merged-In: I92b759a90d13c36052c9b39de17731b0214bb673