blob: 63679c28d0a4282022fe1df42f5dfdf736e3b13f [file] [log] [blame]
Victor Hsiehd35d31d2021-06-03 11:24:31 -07001LIBBINDER_RPC_UNSTABLE_SHIM { # platform-only
2 global:
David Brazdilefb56832022-11-16 11:47:00 +00003 ARpcServer_free;
4 ARpcServer_join;
Yiming Jing34637062023-02-05 14:05:32 -08005 ARpcServer_newInet;
David Brazdilefb56832022-11-16 11:47:00 +00006 ARpcServer_newInitUnixDomain;
7 ARpcServer_newVsock;
8 ARpcServer_shutdown;
9 ARpcServer_start;
Alice Wang07466682022-10-19 15:28:29 +000010 VsockRpcClient;
Alice Wang893a9912022-10-24 10:44:09 +000011 UnixDomainRpcClient;
Inseob Kime12fccc2021-09-02 17:23:33 +090012 RpcPreconnectedClient;
Victor Hsiehd35d31d2021-06-03 11:24:31 -070013 local:
14 *;
15};