[roll] Roll fuchsia [display][coordinator] Rework C-style APIs for getting display info.

This CL replaces APIs in DisplayInfo and Controller that use
out-parameters and C-style strings with APIs that use C++ types. This
highlights the lifecycle and synchronization subtleties in the Client
code that uses the APIs. The intent is to make it easier to reason about
future changes to DisplayInfo representation and to its processing by
Controller and Client code.

While at it, this CL clarifies the DisplayInfo copy and move support.

Original-Bug: 336394440
Test: fx test display-coordinator-unittest
Test: Booted core.qemu-x64 using ffx emu start --engine qemu
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1037116
Original-Revision: a2225042cb2e42ad5421090a4615038d5ac87356
GitOrigin-RevId: 0b4922b2e7105807168d75083500f8857c046c01
Change-Id: Iecde0da13572396c9fadd43ecb8b13b4edba6a1a
1 file changed
tree: f5229ed5e89a4fce8450195c0df1889e7dd2cf14
  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 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.