commit | f1df88ac24dd055fc3761398b2aa98d0e9a2d5c2 | [log] [tgz] |
---|---|---|
author | Evan Rosky <erosky@google.com> | Wed Oct 28 17:00:13 2020 -0700 |
committer | Evan Rosky <erosky@google.com> | Wed Oct 28 18:01:59 2020 -0700 |
tree | 3326116b24e8f62c186dedcc9014fab3ea0aeb6a | |
parent | 090fab975398b76d9bfe525c62d3ca07a6f4802d [diff] |
Clean-up usage of shared applyTransaction function applyTransaction was doing too much which doesn't allow for proper division of labor, has excessive indenting, has double locking/binder-identity-management, and has incorrect permissions messages. This CL just moves the binder interface stuff and sync-engine management into the actual binder interfaces. Bug: 169035082 Test: builds/tests pass, no functional change Change-Id: Iabd66ee51edb75c676a27033d834dab2d097d847