commit | 328a0a5e736643bc5ff164125f551bcbcb8a3fd5 | [log] [tgz] |
---|---|---|
author | François Gaffie <francois.gaffie@ampere.cars> | Tue Jun 25 11:48:09 2024 +0200 |
committer | Andy Hung <hunga@google.com> | Wed Jun 26 11:39:18 2024 -0700 |
tree | 2d6ae29be518ae264b6c8cdd4afce4bf3686151d | |
parent | 2e10aa85e68ffcb3780a7c92435e24ac6fa432e1 [diff] |
AudioFlinger: update primaryPlaybackThread_l() getter Due to mutex reordering (Hardware mutex moved after effect mutexes), hw mutex may not be held when acquiring thread mutex. Bug: 329395147 Test: manual Flag: EXEMPT bugfix Change-Id: I1d03d5fa4fe870d9f0bc5ffcc4a2723c709af09d Signed-off-by: François Gaffie <francois.gaffie@ampere.cars>