commit | 8d9d33ee53f0c1eb1a594b06e9f96cae40b8281f | [log] [tgz] |
---|---|---|
author | Fan Xu <fanxu@google.com> | Wed Oct 17 16:32:33 2018 -0700 |
committer | Fan Xu <fanxu@google.com> | Wed Oct 24 14:51:16 2018 -0700 |
tree | a92c5667597bbdea68aa7cde5c265846afa6f972 | |
parent | 3cc66c91d7ca96673641f81329747b20c7130dba [diff] |
Remove getServiceProxy() on BufferHubBinderService We didn't notice that binder has already defined a getService(name, outref*) function to get a binder service when originnally writing getServiceProxy(). Therefore, keep the function there is unnecessary. Test: "atest buffer_hub_binder_service-test" passed. Bug: 112338294 Change-Id: I8ec8e452f577867e0f345d61f096456fea1456ac