[roll] Roll fuchsia [audio] Merge Node set delay methods into a single SetMaxDelays

SplitterNode needs to increase its ring buffer size when either of these
properties increase:

max_downstream_output_pipeline_delay
max_downstream_input_pipeline_delay

These properties can change when an edge is created or deleted.
Currently, SplitterNode can watch for changes by overriding these
methods:

set_max_downstream_output_pipeline_delay
set_max_downstream_input_pipeline_delay

If *both* properties increase after an edge is created, SplitterNode
might create two ring buffers because it learns of the increase in two
separate `set_max_...` calls. To avoid this problem, this CL merges all
three setter methods into a single SetMaxDelays methods.

Original-Bug: 87651
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/747262
Original-Revision: 1638839ef90dd3b4456eebfce262dd8a90b66e26
GitOrigin-RevId: 838bb0543986803b618417d697064d3d5470175c
Change-Id: If9c72a9d94bf6a81a0e473e7aff79cd350aa9245
1 file changed
tree: 8380e1a13de8aa02c592eaac9c193450097c30ae
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.