class RpcTransportCtxFactory
Defined at line 158 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/RpcTransport.h
A factory class that generates RpcTransportCtx.
All APIs are thread-safe.
Public Methods
std::unique_ptr<RpcTransportCtx> newServerCtx ()
Creates server context.
std::unique_ptr<RpcTransportCtx> newClientCtx ()
Creates client context.
const char * toCString ()
Return a short description of this transport (e.g. "raw"). For logging / debugging / testing
only.
void ~RpcTransportCtxFactory ()
Defined at line 160 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/RpcTransport.h
Protected Methods
void RpcTransportCtxFactory ()
Defined at line 172 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/RpcTransport.h