diff options
author | 2022-04-21 22:22:48 +0000 | |
---|---|---|
committer | 2022-06-09 03:19:07 +0000 | |
commit | 86124ca8d2983bd3eefb2e48d1fcfd6d7f3df70f (patch) | |
tree | 0966ebb0f610ac852eca7512f36f7ab084f9df77 /libs/binder/RpcSession.cpp | |
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
Diffstat (limited to 'libs/binder/RpcSession.cpp')
0 files changed, 0 insertions, 0 deletions