commit | 64e3aa2fd60883a9f10f64be724809ffe8e46092 | [log] [tgz] |
---|---|---|
author | Yegor Pomortsev <ypomortsev@fuchsia.infra.roller.google.com> | Tue Apr 16 18:43:11 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 16 11:45:55 2024 -0700 |
tree | 6217e499e63b13a6e711c569fb0d90a53655d9d6 | |
parent | 7799dad29bda68e2c39f0496ade7a8eeef1e1391 [diff] |
[roll] Roll fuchsia [audio][ffxdaemon] Share Control connection for multiple requests Ensures that audio_ffx_daemon has only a single connection to a device protocol at a time, since both hardware protocol and fuchsia.audio.device.Control servers expect a single client at a time. This allows clients to make multiple requests at a time, e.g. simultaneous `ffx audio device record` and `play`. audio_ffx_daemon now reuses the `DeviceControl` instance from a previous request if that request is still in flight. Original-Bug: b/329150383 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1028615 Original-Revision: 6968808cc581d46962d1139eb3b8e0f1e5dbb94f GitOrigin-RevId: 7a292ecc03095cda741c576f015874723609451b Change-Id: If83587212015b67e31b778080bc5eafd68d275a5
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
.