[roll] Roll fuchsia [virtual_audio] Implement PacketStream support

This patch implements `PacketStream` support in `virtual-audio-driver`.
It includes:
 * Addition of `VirtualAudioPacketStream` class which implements the
   `fuchsia.hardware.audio.PacketStreamControl` protocol.
 * Integration of packet streams into `VirtualAudioComposite`.
 * Support for `AllocateVmos`, `RegisterVmos` and `PutPacket`.
 * VMO rights validation in PacketStream based on stream direction.
 * Support for AAC format in `GetPacketStreamFormats` for testing.

Original-Bug: 468151981
Test: audio_driver_admin_tests and virtual-audio-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1489182
Original-Revision: b0e13536db577bb696c447eba64c7c27c3073d93
GitOrigin-RevId: 1956d0a0b6c74bac270c2e59767cf2d1c8fd5fb9
Change-Id: Id445084c33f2a72e53a29c4892d4f42056587f4d
1 file changed
tree: bf362d557aa1dd571c18989ee93e6f3a642d0166
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  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 in one of the communication channels documented at get involved.

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.