summaryrefslogtreecommitdiff
path: root/libs/binder/RpcState.cpp
diff options
context:
space:
mode:
author Yifan Hong <elsk@google.com> 2021-06-23 19:12:32 -0700
committer Steven Moreland <smoreland@google.com> 2021-08-03 17:41:54 -0700
commitf6b4d5c4505f9af62280b8511ffce0e85cb2f373 (patch)
treedeec068f31f0c844801ba50096c05d7bc1c0a629 /libs/binder/RpcState.cpp
parent6212901557bf8309c9b7168c2089e1834400fe41 (diff)
binder: Add RpcTransport class.
RpcTransport represents the transport layer. The transport layer may have security (TLS) enabled or not, depending on how it is configured. In libbinder, RpcTransportRaw implements RpcTransport without TLS. Add RpcTransportShim that wraps usage of RpcTransport*. If TLS is not requested, return RpcTranpsortRaw. Otherwise return RpcTransportTls. RpcTransportTls will be added in follow up CL. Bug: 190868302 Test: TH Change-Id: Ic6c6bec4a2135e42f32840dcd5f60b57e57439b5
Diffstat (limited to 'libs/binder/RpcState.cpp')
0 files changed, 0 insertions, 0 deletions