[roll] Roll fuchsia [driver2] Migrate to LLCPP result callbacks

See https://groups.google.com/a/fuchsia.dev/g/fidl-dev/c/peLGiIKrufQ

LLCPP now has the ability to notify send-time errors together with any
other error during the call in the two-way async callback. The result
callback avoids racy errors that happen while the call is in-flight.

Original-Bug: 75324
Test: fx test -vo driver2-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/572013
Original-Revision: f1d6cd5cd360845b99afc0560fabfbc5828f3537
GitOrigin-RevId: 2b2a67153ef76e105e211e054f25e1eaf44b8b7c
Change-Id: I877724d9c39701acf3bd039d17b550ae4c444b91
1 file changed
tree: a5b8dea086e14a4b9278733efdaed1dd7bda74e7
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.