+1
−0
libs/binder/RpcTransportRaw.cpp
0 → 100644
+88
−0
+96
−0
+41
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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