[roll] Roll fuchsia [media][audio] Add fidl client volume/gain logging

To differentiate FIDL client volume/gain settings from system settings,
this CL adds logging for:

fuchsia.media/VolumeControl
> SetVolume(float32 volume)
> SetMute(bool mute)

fuchsia.media/AudioCore
> SetRenderUsageGain(AudioRenderUsage usage, float32 gain_db)
> SetCaptureUsageGain(AudioCaptureUsage usage, float32 gain_db)

Logs are only added for FIDL client calls to keep logspam to a minimum;
general volume and gain settings are already logged, so the addition of
FIDL client logs will highlight which settings are not due to the
system. Logging of SetUsageGainAdjustments due to internal policy
(muting/ducking) will be added to Inspect in a following CL.

Original-Bug: 65776
Test: no behavior change, observed logs
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/457946
Original-Revision: 4d30a7189205d89f892b8dea79557366ec321b88
GitOrigin-RevId: 433efbeed209797b72e817f49af0d6a3e8b74e6e
Change-Id: Ie580033f5fe9d5cc83f3856526fc3024ac0ac2e4
1 file changed
tree: a2679f462e453743567a530c2abba3c2c72ee6f6
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  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 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.