[roll] Roll fuchsia [fidl][llcpp] CreateEndpoint overload that takes an exising endpoint variable

While refactoring zx::channel::create to CreateEndpoint, I've discovered
that users sometimes pass member variables instead of local variables to
zx::channel::create. Those patterns are more easily migrated if
CreateEndpoint can take an out-parameter too.

Since protocol pipelining is quite common, users typically only keep a
client endpoint as an instance variable. The server endpoint is passed
on and not persisted.

TEST: Added one
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/477161
Original-Revision: 855e32cb0dce1cfe7db54665ddec94baf1d3b15c
GitOrigin-RevId: 8a847dff34a9d69406791f01a5c035af71d0c8d0
Change-Id: Ic950e7c05798d56fae6636c42f9e86dc155e644b
1 file changed
tree: 5cda8059046931101945a9e39651e99db56a8f3e
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  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 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.