[roll] Roll fuchsia [audio][inspect] Make BufferTracker thread-safe

The BufferTracker class can be accessed from multiple threads,
but it was not thread-safe. This could lead to data races when
buffers are submitted and completed concurrently.

This change introduces a mutex to protect the internal state of
`BufferTracker`, ensuring that all access to its member variables is
properly synchronized. Additionally, `ZX_ASSERT_MSG` calls were
replaced with `FDF_LOG` to prevent crashing the driver in case of an
unexpected state.

Test: audio-inspect-recorder-test
Original-Bug: 462554546
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1429571
Original-Revision: 61029c596526adbd42915dcf438b209f9e3f66de
GitOrigin-RevId: 64e9fc4dfe997f0b1d8970f8ee8892bd6585b958
Change-Id: I95436840a8029987fddec79066441aa113c2f630
1 file changed
tree: 240157f60dfec2be669a96477164a2fa477d477a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 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.