commit | 19fc9f7991f27fd75b6a1d872e91d7377b89401d | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Jun 10 03:57:30 2021 +0000 |
committer | Steven Moreland <smoreland@google.com> | Sat Jun 12 00:22:10 2021 +0000 |
tree | 274a75aa90b14c08e3a04031c979d947122ba4ca | |
parent | c7d40135ed5fb30434c95f3058324b0af6916711 [diff] |
libbinder: RPC disambiguate server/client Now: - server: RpcServer - client: a client of an RpcServer - incoming: a thread processing commands (either as part of an RpcServer's sessions or back to a client which has a threadpool) - outgoing: a thread for sending commands (either to an RpcServer's sessions or back to a client which has a threadpool) Bug: 167966510 Test: binderRpcTest Change-Id: Iea286ab0ff6f9fb775994247003b8d29c999e10a