blob: 50f7deb7d96f357fbb82be61b7faa2e88a6d36ce [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;
Alice Wang072c3982023-05-25 09:45:13 +00006 ARpcServer_newBoundSocket;
David Brazdilefb56832022-11-16 11:47:00 +00007 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};