[roll] Roll fuchsia [devices] Use result callback in driver_host

The GetBuffer callback captures a completer, which needs to be used
exactly once (modulo server unbinding). Using result callback here lets
us propagate errors on the `file` client to the `Start` method.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/637669
Original-Revision: 2d18c7fb6da771998dae52acc31aa6fc80af1e99
GitOrigin-RevId: 0a0577149993c489ca6c5497b7b409f6fc3c6d7d
Change-Id: I6853f77dabdfa942a268f5253023d347da3d7aa1
1 file changed
tree: 01eb2221d208c167ed2765c8763dd63792794c15
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.