[roll] Roll fuchsia [audio][test] signalprocessing element & topology

Add test cases to exercise and validate every topology and
element. This covers the methods GetElements, GetTopologies,
WatchTopology, and SetTopology -- but does not yet include
SetElementState or WatchElementState.

Also, centralize all code that validates signalprocessing to
AdminTest, since Composite is the only driver type that
supports this protocol, and all Composite test cases must be
of type AdminTest (because Composite drivers can have only
one client at a time).

Original-Bug: 392662238

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1261669
Original-Revision: 23435757a429cda9ceb7dd24828c194246854705
GitOrigin-RevId: 24e6b89692ccca09f3bf6a20033bffe8dfe392e7
Change-Id: I2c9156a20ae11a9d801de758049e8c2a22a8fc99
1 file changed
tree: ee6b42a2b81e9b26d81c7f1a43370e2fff455110
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.