[roll] Roll fuchsia [display][coordinator] Reduce usage of Client::TearDown().

This CL replaces all usage of Client::TearDown() in FIDL method handles
with calls to Close() on the FIDL completer. The CL also normalizes the
completer argument name to `completer` and updates the declaration

This CL makes it easier to investigate the attached bug. The CL does not
fix the bug.

Original-Bug: 487682820
Test: fx test //src/graphics/display
Test: fx test vsync-source-integration-test.cm --count 100 --parallel 20
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1538376
Original-Revision: c97a3d8f5d91dc46e13dcb359a5ade0a63e9e140
GitOrigin-RevId: 796793abf2884d87f8f8f6e4f652b94160631975
Change-Id: Ia7d99d06708e34f275e27432013f6352e3a6c496
1 file changed
tree: f14df11fa165f9a67350483b3aebdc1ca539ccc5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.