commit | 611d15fe78f51d61226382f34f03b0834a3f60ea | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Sat May 01 01:28:27 2021 +0000 |
committer | Steven Moreland <smoreland@google.com> | Mon May 03 18:17:21 2021 +0000 |
tree | 9f15950f4c4d4f12b2434939d48ab1fa1ed82958 | |
parent | 2f1edfa556f22e0758f0efae6722de04139bcb9e [diff] |
libbinder: RPC sock addr associated with RpcServer This is in preparation for RpcServer having a single thread which loops w/ accept4. With this CL, since this is moved, there is no way to identify which thread comes with which client, so the ability to have multiple clients is temporarily limited (fixed in CL above this). Either way, nothing currently needs this functionality. Bug: 185167543 Test: binderRpcTest Change-Id: I48821970f7cbcb3fec0df00465296072d96db608