[roll] Roll fuchsia [kernel] Change out params to return values in GetInfo calls

A lot of Dispatcher objects implement `GetInfo` methods that utilize
an out parameter. From a C++ ABI perspective, this is identical to
returning the struct, so modify all existing methods to return the
struct instead. This has the added benefit of ensuring that all code
paths within the `GetInfo` method return a valid struct.

Newer code, like the IOB dispatcher, already does this; this CL just
cleans up older code.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1196035
Original-Revision: 72af4d97b5e6d65a88bf2de2f306bbc352976609
GitOrigin-RevId: fadd2e278e3a6ed7b39b8db752407bb31c8fea18
Change-Id: Ic1610eea670e62d21feca3d001beb22a2d8e22f8
1 file changed
tree: 2617e9f37f3fb338e00c1165d76f98adc28ee9c7
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.