commit | d630e520de9ff4bc50723a7e8f91b6d9be27db1c | [log] [tgz] |
---|---|---|
author | Dan Stoza <stoza@google.com> | Thu Dec 01 15:16:31 2016 -0800 |
committer | Robert Carr <racarr@google.com> | Thu Mar 30 11:50:18 2017 -0700 |
tree | dea46f4b47ae355efd3f38f0751df0dd3b45df95 | |
parent | 0e7305cb0ab3787cd4767aa3c57d6842ac351663 [diff] |
libbinder: Add SafeInterface Adds SafeInterface, a mechanism which will automatically translate IInterface method calls into remote procedure calls, avoiding the need to manually write parceling and unparceling code for each method. Test: binderSafeInterfaceTest Change-Id: I0fc7a6eee5528371f40b90d056404cb024166b23