[roll] Roll fuchsia [media] Use non-discardable fidl::Result

fidl::Result will soon be marked [[nodiscard]], making it necessary to
use the value. For the sake of this CL, all usages of fidl::Result that
previously discarded the value have been migrated to assert that the
result status is ZX_OK.

Original-Bug: 94739
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/653430
Original-Revision: 07078d6dd037b6e7d12c5a65c706616bbb5a1a0f
GitOrigin-RevId: 71c1b95fcac8ccc66efefe5f0198be4aaccb7439
Change-Id: Ib3d8a9a2ae88a6ef73056f86eb1e42e46b9cb66f
1 file changed
tree: 65af83a730ede938bf2c78c1ffa0eb5bfa88538d
  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.