[roll] Roll fuchsia [llcpp] Use generic transports in OutgoingMessage and IncomingMessage

This CL updates the interface of OutgoingMessage and IncomingMessage to
use generic transports rather than channels.

As a consequence, the API is updated so that channel-specific methods
are removed making it less convenient to use these APIs with channels
and requiring the use of an API in ::fidl::internal to read and write to
a channel. An alternative would be to leave the existing APIs on the
classes and route the calls through the generic APIs. However, this will
make less and less sense as more transports are added. Another
alternative would be to move the APIs to create transports from
::fidl::internal to ::fidl.

Original-Bug: 85734
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/592405
Original-Revision: afc6bd0cebd2b12fbd37f736b4f2ddaa8f1561f3
GitOrigin-RevId: fb7c0764a49200648598dc524f8c9d8d0b914077
Change-Id: I6c9901f601835a1ee7f6d8607a73de46b827741e
1 file changed
tree: a26229431e582facc652da1d1a27ddca8112c44e
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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.