commit | f791b69d07e874206b22ff2c2ffc749f4bde694a | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Fri Dec 08 17:50:07 2023 +0100 |
committer | Eric Laurent <elaurent@google.com> | Fri Dec 08 17:50:07 2023 +0100 |
tree | 030ff11d525b1053f3236b4c1fd5adde2dc0387f | |
parent | 54b89873ae5c12d02f469eb4c68eb4b39253eb46 [diff] |
AudioDeviceBroker: remove unnecessary synchronization around onUpdatedAdiDeviceState Commit e1dae84f introduced a potential cross deadlock between AudioDeviceBroker and SpatializerHelper. Removing the unnecessary synchronization on mDeviceStateLock before calling AudioService.onUpdatedAdiDeviceState() fixes it. Bug: 315434689 Test: build and make. Change-Id: I97fadfa82a2c21a18a5ce14dee29774a62bd2696