Home
last modified time | relevance | path

Searched defs:RpcServer (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DRpcSession.h32 class RpcServer; variable
185 friend RpcServer; variable
/frameworks/native/libs/binder/
DRpcServer.cpp47 RpcServer::RpcServer(std::unique_ptr<RpcTransportCtx> ctx) : mCtx(std::move(ctx)) {} in RpcServer() function in android::RpcServer