Home
last modified time | relevance | path

Searched defs:RpcSession (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DBpBinder.h29 class RpcSession; variable
DParcel.h54 class RpcSession; variable
/frameworks/native/include/binder/
DParcel.h54 class RpcSession; variable
/frameworks/native/libs/binder/
DRpcSession.cpp58 RpcSession::RpcSession(std::unique_ptr<RpcTransportCtx> ctx) : mCtx(std::move(ctx)) { in RpcSession() function in android::RpcSession