[roll] Roll fuchsia [audio] AudioDriverTests: ASAN + clang-tidy fixes

To prepare for enabling the AdminTest cases more broadly
(including on ASAN-UBSAN bots), neaten up the test suite
sources in that regard.

The ASAN fix is to always RetrieveProperties before we
reference properties->is_input (needed for Dai drivers
to decide whether a RingBuffer VMO should be writable).
Various clang-tidy fixes are related to unchecked access
to optionals (1-2 fixes but mostly just making the code
more consistent) as well as using protected accessors
for private data members.

Original-Bug: 370741565

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1245573
Original-Revision: 6a0ea2c24084b7d6084c817fc5d0fc0cc066b0e1
GitOrigin-RevId: f5a215677b16accba8c1019a8e97077a7b619692
Change-Id: If95efbcafdcaca4dcc2d3d54686668771bc24da2
1 file changed
tree: bd5d1a89742ec0f256b2e8db04c6ee00d770af94
  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 in one of the communication channels documented at get involved.

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.