commit | 5f88b7bee5f068505f0ada07bc96dde30badd1d9 | [log] [tgz] |
---|---|---|
author | Eugene Susla <eugenesusla@google.com> | Wed Feb 12 15:01:48 2020 -0800 |
committer | Eugene Susla <eugenesusla@google.com> | Wed Feb 12 15:02:04 2020 -0800 |
tree | efbd1328f1887170fcf006ce5dc3e90b7ad13766 | |
parent | be020f681f577e704ea113274bf4d09783129cf4 [diff] |
Make companion callback calls oneway These were never meant to be 2way, and are calling application callbacks, from system server which can potentially take long time. Thses should not be sensitive to ordering with any other IPCs, so moving them from 2way to 1way should be safe. Fixes: 147705675 Test: presubmit Change-Id: Ie4e8941fba2c8a388697c3a42ad6ef76512eba9f