Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTestTrusty.cpp72 session->setMaxOutgoingConnections(options.numOutgoingConnections); in createRpcTestSocketServerProcessEtc()
DbinderRpcTest.cpp364 session->setMaxOutgoingConnections(options.numOutgoingConnections); in createRpcTestSocketServerProcessEtc()
/frameworks/native/libs/binder/
DServiceManagerHost.cpp161 rpcSession->setMaxOutgoingConnections(*options.maxOutgoingConnections); in getDeviceService()
Dlibbinder_rpc_unstable.cpp276 session->setMaxOutgoingConnections(connections); in ARpcSession_setMaxOutgoingConnections()
DRpcSession.cpp93 void RpcSession::setMaxOutgoingConnections(size_t connections) { in setMaxOutgoingConnections() function in android::RpcSession
/frameworks/native/libs/binder/include/binder/
DRpcSession.h95 LIBBINDER_EXPORTED void setMaxOutgoingConnections(size_t connections);