[roll] Roll fuchsia [driver_host] 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 //src/devices/bin/driver_host
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/572014
Original-Revision: 848282dc7b1ba0e01418189707f0ba89017c7e0b
GitOrigin-RevId: 12619aa38576957cc764002f2cd32408e7ff685b
Change-Id: I98f52198476c363623e5b25386bc625bdb8bf6a6
1 file changed
tree: af9d5dfbde2000c48246edfdf1fc5db06088a267
  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.