[roll] Roll fuchsia [audio] Observer unknown_method handlers

Convert the fuchsia_audio_device/iObserver methods from flexible
to strict, and flesh out the `handle_unknown_method` and
`handle_unknown_event` handlers.

Upon receiving an unrecognized method, AudioDeviceRegistry
will complain loudly (emit a WARNING) but will continue on
without closing the protocol channel, so as to be resilient
not only to older clients but also newer ones.

Original-Bug: b/344659863

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1110054
Original-Revision: 247ddcb9e47bc372b4376b74403299365299cef5
GitOrigin-RevId: c82acd6fc91989190f552612e1cb718d483dc62f
Change-Id: Icb7aa6df1cc81d6d005a980c63f028e6685c2043
1 file changed
tree: 5c00e1c877c32d388e77c1eb4183a3a9515d5aaa
  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.