Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcBenchmark.cpp131 std::unique_ptr<RpcTransportCtxFactory> makeFactoryTls() { in makeFactoryTls() function
146 static sp<RpcSession> gSessionTls = RpcSession::make(makeFactoryTls());
355 forkRpcServer(tlsAddr.c_str(), RpcServer::make(makeFactoryTls())); in main()