[roll] Roll fuchsia [SetUI][Audio] Use flag to signal change.

The Audio controller currently uses a timestamp to signify
a stream's volume has changed. This logic depends on
the precision of the timestamps being greater than the
time between requests. This turns out not to be true in
some environments, such as tests. This change converts
the signal to a flag, where an alternation between high
and low indicates a change in the stream's volume.

Original-Fixed: 65747
Test: fx test -o setui_service_tests
Multiply: setui_service_tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/457672
Original-Revision: d73e104b92eae1a83f75a85891acc6214cafa33d
GitOrigin-RevId: 49e65eefc49bef74e72174e1e7780347ad4572d9
Change-Id: I5e75dae6faf84085b55d3ace3752fae4a55529e4
1 file changed
tree: 909064dc94ba08bf61536faad90f4f5222b2ea85
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.