commit | 86582543b9cd70a617e84c049c03b466653e9641 | [log] [tgz] |
---|---|---|
author | Marie Janssen <jamuraa@google.com> | Thu May 25 09:36:04 2017 -0700 |
committer | Marie Janssen <jamuraa@google.com> | Tue May 30 17:23:12 2017 -0700 |
tree | 84405bc7d0ed504a82d29b63ce0435662d9ec803 | |
parent | 978986041010d3d2d72e1057743415e76c6f2ce9 [diff] |
AVRCP: synchronize around mMediaController There were small windows where mMediaController could be used and modified by separate threads causing NullPointerExceptions. Synchronize around mMediaController to avoid these issues. Test: none Bug: 62068020 Change-Id: I68acadefe793c4c0f7ffed108ec2e943ade138b8 (cherry picked from commit ad7a50ece55752b9b7e47cd86dc45de368c8c6d5)