commit | 9e759e81a53bd0f5027f3a0a37661206d46774a3 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Jun 25 21:30:23 2021 +0000 |
committer | Steven Moreland <smoreland@google.com> | Fri Jun 25 22:41:02 2021 +0000 |
tree | 21e3d712b38971baef5f86ca603ad3e8161d2a59 | |
parent | 2505ec424c80132755372cb0e8cb4e65f8d9fae1 [diff] |
libbinder: add IBinder::withLock BpBinder (and BBinder, once its mExtra allocation is made) have very nice and shiny locks which they keep all for themselves! Stop it, IBinder! Share that lock! This provides convenient access to IBinder's lock, in order to avoid needing additional locks elsewhere. Bug: 192023359 Test: N/A Change-Id: Id3485a2ac66d19379dcad2f0b41d6cb7a8a96725