[samples] Update to new InstanceHandler class fxrev.dev/771113

Compilation errors discovered in migration from SDK
10.20221130.0.1 to 11.20221216.0.1 so this change includes
just those fixes.

Change-Id: I09c6f203132fa4ebed35899bdfa0cbb59b92a48b
Reviewed-on: https://fuchsia-review.googlesource.com/c/sdk-samples/drivers/+/779836
Reviewed-by: Renato Mangini Dias <mangini@google.com>
Commit-Queue: Wayne Piekarski <waynepie@google.com>
8 files changed
tree: 514a4bd6a8fc6c26b52c0bbec94786d9fa3231bf
  1. scripts/
  2. src/
  3. third_party/
  4. tools/
  5. .bazelrc
  6. .clang-format
  7. .gitignore
  8. .gitmodules
  9. AUTHORS
  10. CONTRIBUTING.md
  11. driver-samples.code-workspace
  12. LICENSE
  13. OWNERS
  14. PATENTS
  15. README.md
  16. WORKSPACE.bazel
README.md

Fuchsia samples using the Fuchsia SDK

This repository contains instructions and source code to build, package and run Fuchsia samples using only the Fuchsia SDK.

Please refer to https://fuchsia.dev/fuchsia-src/get-started/sdk/get-started-with-driver for the most up to date guidance on how to bootstrap this repository.