Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcState.h71 [[nodiscard]] status_t sendConnectionInit(const sp<RpcSession::RpcConnection>& connection,
DRpcSession.cpp776 mRpcBinderState->sendConnectionInit(connection, sp<RpcSession>::fromExisting(this)); in addOutgoingConnection()
DRpcState.cpp442 status_t RpcState::sendConnectionInit(const sp<RpcSession::RpcConnection>& connection, in sendConnectionInit() function in android::RpcState