[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.