Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DRpcSession.h221 LIBBINDER_EXPORTED const std::unique_ptr<RpcState>& state() { return mRpcBinderState; } in state()
375 std::unique_ptr<RpcState> mRpcBinderState; variable
/frameworks/native/libs/binder/
DRpcSession.cpp60 mRpcBinderState = std::make_unique<RpcState>(); in RpcSession()
262 mRpcBinderState->clear(); in shutdownAndWait()
355 mRpcBinderState->readConnectionInit(connection, sp<RpcSession>::fromExisting(this)); in preJoinSetup()
508 mRpcBinderState = std::make_unique<RpcState>(); in setupClient()
776 mRpcBinderState->sendConnectionInit(connection, sp<RpcSession>::fromExisting(this)); in addOutgoingConnection()