blob: 1bc241653376e60e1abbb0b6cc84e67bcad9419e [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;
5 ARpcServer_newInitUnixDomain;
6 ARpcServer_newVsock;
7 ARpcServer_shutdown;
8 ARpcServer_start;
Alice Wang07466682022-10-19 15:28:29 +00009 VsockRpcClient;
Alice Wang893a9912022-10-24 10:44:09 +000010 UnixDomainRpcClient;
Inseob Kime12fccc2021-09-02 17:23:33 +090011 RpcPreconnectedClient;
Victor Hsiehd35d31d2021-06-03 11:24:31 -070012 local:
13 *;
14};