commit | 86124ca8d2983bd3eefb2e48d1fcfd6d7f3df70f | [log] [tgz] |
---|---|---|
author | Andrei Homescu <ahomescu@google.com> | Thu Apr 21 22:22:48 2022 +0000 |
committer | Andrei Homescu <ahomescu@google.com> | Thu Jun 09 03:19:07 2022 +0000 |
tree | 0966ebb0f610ac852eca7512f36f7ab084f9df77 | |
parent | c56d0ecb4f698195b09cf62799028abf6a014015 [diff] |
libbinder: switch sockaddr to byte array in RpcServer A few methods in RpcServer.cpp take a sockaddr or sockaddr_storage parameter. To support operating systems without sockets, e.g. Trusty, this switches those types to void* and std::array<uint8_t, 128>, respectively. Test: atest binderRpcTest Bug: 224644083 Change-Id: I9773a4cf0aedd5ebec22a10cea5b1593067632c5