commit | 85e545102cf4fe0eecc365ea7b9e8398f2a64052 | [log] [tgz] |
---|---|---|
author | Mingbo Zhang <mingboz@codeaurora.org> | Thu Mar 28 16:01:34 2019 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue May 21 13:17:27 2019 -0700 |
tree | be1d3ca6f8e7f0d59e4b2fb8013e6798b083c2c5 | |
parent | b5657fa9380eb054e6e9e5c8388d9e28b88ca24c [diff] |
Avrcp_ext: Remove "synchronized" from function onConnectionStateChanged When avrcp is disconnected, onConnectionStateChanged with keyword "synchronized" may block the btif thread if isMusicActive() call get locked with the "this" lock held. Hence removing keyword "synchronized" from function onConnectionStateChanged to avoid blocking btif thread. Change-Id: Ie32941290c6c23778d87b6581095763868ab3b73 CRs-Fixed: 2424442