[roll] Roll fuchsia [audio][adr] Handle Composite removals

When a Composite device is removed, a hanging WatchTopology
call completes with an error. This fixes the ADR so that in
that case it does not read into the result (thinking the
call was successful). Also, correctly interpret a subsequent
PEER_CLOSED from signalprocessing as device removal rather
than device error, in the device management state machine.

Adjust signalprocessing logging for clarity; fix clang-tidy
issues in those files while we are here.

Original-Bug: 392662238

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1261445
Original-Revision: 01c62c9094c15438651ca5f5aec81471c98f44a6
GitOrigin-RevId: 4fcf93e9131d5d755d3fbfe981c113ae1948c518
Change-Id: I0e55d23d6a77460633bbb8a0f2e8800ea634e04a
1 file changed
tree: dc0bb187dfd77114b9957f9a3ce36fd9bb529c6f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.