[roll] Roll fuchsia [bt][a2dp] MediaTaskBuilder endpoint creation

Update the MediaTask framework and reorganize to move endpoint creation
into the MediaTaskBuilder, enabling detecting available codecs from the
system in the future.  Organize media components of profiles/bt-a2dp
within a module and update to implement new MediaTaskBuilder API.

Add AudioOffloadProxy to MediaTaskBuilder where appropriate to enable
offload audio.

Move endpoint generation from ad-hoc in bt-a2dp to new StreamsBuilder
which now creates streams based on the peer and stack capabilities.

Add interior mutability to ConnectedPeers and increase granularity of
locking within.

Updates to include style and other minor improvements.

Original-Bug: 278283913
Test: updated unit tests
Test: fx test bt-a2dp-lib-tests bt-a2dp-encoding-tests bt-a2dp-tests
Test: stream A2DP (in both directions, also with AAC)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1017972
Original-Revision: 03c022d88e708f169df64a7b7433a35f1be4309c
GitOrigin-RevId: e0585e3fde2da916b15e6541d3630e4cf1d3ddf2
Change-Id: I4f306f7e2fe8b4e5673a1cbba87f62a04c0f261d
1 file changed
tree: 2cfc5feec190421f8a0a53dbf0852ab26388dd54
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.