| commit | be7537ea5380811ed8317f8fe8d86b1a117ce6fe | [log] [tgz] |
|---|---|---|
| author | Yifei Teng <yifeit@fuchsia.infra.roller.google.com> | Tue Nov 02 06:11:05 2021 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 01 23:12:26 2021 -0700 |
| tree | 99d17789d13fa4ad2739c8ef4f95563d1f22bed4 | |
| parent | 5f654111458f5004e636802f886b18bc03d8554a [diff] |
[roll] Roll fuchsia [gpio] Migrate gpio-test.cc to new WireSyncClient API This is part of a migration to stabilize the LLCPP API. In this step, we are aligning the interface of WireSyncClient and WireClient. The main changes to WireSyncClient are: - Similar to WireClient, use the "->" operator to make FIDL calls with managed memory allocation. - Similar to an earlier change in `fidl::WireCall(...)`, use the `client.buffer(arena_or_buffer_span)` accessor to make FIDL calls with caller-controlled allocation. - Removing accessors that expose a raw pointer/reference to the channel, instead providing a `Bind` function to initialize a default constructed client, and a `TakeClientEnd` function to de-initialize it. - When binding a client endpoint, the client endpoint must be valid. See https://groups.google.com/a/fuchsia.dev/g/fidl-dev/c/nF72xpPL4gU Original-Bug: 87683 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/600476 Original-Revision: cc503b6013172d1685e123f54fe4dcf3235af40a GitOrigin-RevId: 86bf4b98580900f05f45387dd7dc08f07d8ccfdb Change-Id: I1a8dc712e26cf21b279a6be4ab2e3a6a4bf5a1ec
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.