[roll] Roll fuchsia [audio] Inspect data for dynamic delay

Change 'internal delay' and 'external delay' from single
static properties to initial values, plus current value
and the time of that change. If needed in the future, this
could be changed to an ordered map, with the key being
the monotonic time of change and the value being the pair
of delays (both internal and external).

As a result, Inspect can show whether a driver's delays
have changed.

Test: audio_core_shared_unittests
      Unittests added, plus Inspect shows the changes.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/921192
Original-Revision: eae5a8b24b00d06408b76f0412b851041d5df3f5
GitOrigin-RevId: 492d94f27f7615024480dd5c2160dca732fb1045
Change-Id: I233b1f207981909fde25569857b4e1a327eddfe5
1 file changed
tree: 2104ca350970df17e4716e24d098bd92aaa4b025
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.