diff options
author | Eric Laurent <elaurent@google.com> | 2014-05-13 10:18:14 -0700 |
---|---|---|
committer | Eric Laurent <elaurent@google.com> | 2014-05-13 13:09:17 -0700 |
commit | 021cf9634ab09c0753a40b7c9ef4ba603be5c3da (patch) | |
tree | 03fb2a864179983e482cae4dac6a502a6dcef136 /media/ndk | |
parent | aa0315f9fdcf99e84a969a4f81192150ddaef260 (diff) | |
download | frameworks_av-021cf9634ab09c0753a40b7c9ef4ba603be5c3da.zip frameworks_av-021cf9634ab09c0753a40b7c9ef4ba603be5c3da.tar.gz frameworks_av-021cf9634ab09c0753a40b7c9ef4ba603be5c3da.tar.bz2 |
AudioFlinger: add specific mutex for client lists
Add a specific mutex to protect access to mClients and
mNotificationClients lists. This avoids locking the main AudioFlinger
mutex from inside thread loops and allows not to worry about
cross deadlocks when sending a config event with status reply while
keeping the ThreadBase or AudioFlinger mutex locked.
As a way of consequence, remove notification client list passed to
processConfigEvents_l() and audioConfigChanged() as the list
can now be accessed by locking client mutex only.
Change-Id: I228022204b6709a8bb60cc96d9514a6ffe59b62e
Diffstat (limited to 'media/ndk')
0 files changed, 0 insertions, 0 deletions