commit | 20f9c77578b3eeb3466c520d14d098aa6ee33ebf | [log] [tgz] |
---|---|---|
author | Dan Stoza <stoza@google.com> | Thu Dec 01 15:16:31 2016 -0800 |
committer | Dan Stoza <stoza@google.com> | Mon Mar 27 11:42:20 2017 -0700 |
tree | 467410772ee21c9fc05a8b8f2c5d413d792752fc | |
parent | fe4dfb4f6a259f34f55689719f316825a8eddb4f [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