Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DRpcSession.h234 [[nodiscard]] bool setProtocolVersionInternal(uint32_t version, bool checkStarted);
/frameworks/native/libs/binder/
DRpcSession.cpp105 bool RpcSession::setProtocolVersionInternal(uint32_t version, bool checkStarted) { in setProtocolVersionInternal() argument
111 LOG_ALWAYS_FATAL_IF(checkStarted && mStartedSetup, in setProtocolVersionInternal()