Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcSession.cpp105 bool RpcSession::setProtocolVersionInternal(uint32_t version, bool checkStarted) { in setProtocolVersionInternal() function in android::RpcSession
124 return setProtocolVersionInternal(version, true); in setProtocolVersion()
540 if (!setProtocolVersionInternal(version, false)) return BAD_VALUE; in setupClient()
/frameworks/native/libs/binder/include/binder/
DRpcSession.h241 [[nodiscard]] bool setProtocolVersionInternal(uint32_t version, bool checkStarted);