Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcSession.cpp83 LOG_ALWAYS_FATAL_IF(mStartedSetup, in setMaxIncomingThreads()
95 LOG_ALWAYS_FATAL_IF(mStartedSetup, in setMaxOutgoingConnections()
111 LOG_ALWAYS_FATAL_IF(checkStarted && mStartedSetup, in setProtocolVersionInternal()
134 LOG_ALWAYS_FATAL_IF(mStartedSetup, in setFileDescriptorTransportMode()
483 LOG_ALWAYS_FATAL_IF(mStartedSetup, "Must only setup session once"); in setupClient()
484 mStartedSetup = true; in setupClient()
518 mStartedSetup = false; in setupClient()
/frameworks/native/libs/binder/include/binder/
DRpcSession.h379 bool mStartedSetup = false; variable