Home
last modified time | relevance | path

Searched refs:forkRpcServer (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderRpcBenchmark.cpp304 void forkRpcServer(const char* addr, const sp<RpcServer>& server) { in forkRpcServer() function
349 forkRpcServer(addr.c_str(), RpcServer::make(RpcTransportCtxFactoryRaw::make())); in main()
355 forkRpcServer(tlsAddr.c_str(), RpcServer::make(makeFactoryTls())); in main()