[roll] Roll fuchsia [audio_core] Add new ClockFactory implementations

Add two new ClockFactory implementations to replace AudioClockFactory
and FakeAudioClockFactory, which are being deprecated. The new
implementations use the new Clock types.

These new classes are placed in `audio/audio_core` instead of
`audio/lib/clock` because they contain backwards-compatible APIs (for
audio_core) which won't be used in the new mixer service.

Original-Bug: 87651
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/680510
Original-Revision: 3b896cae9965f0886e590e5be053a527bcede30c
GitOrigin-RevId: 038325aee912c36a5fc05d8d417666cdacd08744
Change-Id: I695422855dbbbdd40b3d8f5d506a4b0f85f37ea7
1 file changed
tree: d1db2d4c9580919f577c30f15512e11392bbcabd
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.