Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcSession.cpp554 size_t outgoingConnections = std::min(numThreadsAvailable, mMaxOutgoingConnections); in setupClient() local
555 ALOGI_IF(outgoingConnections != numThreadsAvailable, in setupClient()
558 numThreadsAvailable, outgoingConnections, mMaxOutgoingConnections); in setupClient()
569 outgoingConnections, numThreadsAvailable, mMaxIncomingThreads); in setupClient()
570 for (size_t i = 0; i + 1 < outgoingConnections; i++) { in setupClient()