Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/rpcbinder/src/
Dsession.rs40 unsafe impl Send for RpcSession {} implementation
42 unsafe impl Sync for RpcSession {} implementation
44 impl RpcSession { impl
52 impl Default for RpcSession { implementation
/frameworks/native/libs/binder/include/binder/
DBpBinder.h30 class RpcSession; variable
DParcel.h55 class RpcSession; variable
/frameworks/native/include/binder/
DParcel.h55 class RpcSession; variable
/frameworks/native/libs/binder/
DRpcServer.cpp362 std::function<void(sp<RpcSession>&&, RpcSession::PreJoinSetupResult&&)>&& joinFn) { in establishConnection()
DRpcSession.cpp58 RpcSession::RpcSession(std::unique_ptr<RpcTransportCtx> ctx) : mCtx(std::move(ctx)) { in RpcSession() function in android::RpcSession