| commit | 702115c3195b7cf886439441c32daaafd6e8362f | [log] [tgz] |
|---|---|---|
| author | Yifan Hong <elsk@google.com> | Thu Jun 24 15:39:18 2021 -0700 |
| committer | Steven Moreland <smoreland@google.com> | Tue Aug 03 17:43:08 2021 -0700 |
| tree | b8e1ef85f9b980ebd4f7d6943a1a84453586f5c5 | |
| parent | f6b4d5c4505f9af62280b8511ffce0e85cb2f373 [diff] |
binder: Use RpcTransport - after accept() / connect(), call sslAccept() / sslConnect(), respectively. - replace ::send() / ::recv() with RpcTransport:: send() / recv() / peek() accordingly. Also refacator binderRpcTest to prepare for TLS implementation. Test: TH Test: binderRpcTest Bug: 190868302 Change-Id: I809345c59a467cd219ebcec7a9db3a3b7776a601