Home
last modified time | relevance | path

Searched refs:RpcTransportTipcTrusty (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/trusty/
DRpcTransportTipcTrusty.cpp37 class RpcTransportTipcTrusty : public RpcTransport { class
39 explicit RpcTransportTipcTrusty(android::RpcTransportFd socket) : mSocket(std::move(socket)) {} in RpcTransportTipcTrusty() function in android::RpcTransportTipcTrusty
40 ~RpcTransportTipcTrusty() { releaseMessage(); } in ~RpcTransportTipcTrusty()
281 return std::make_unique<RpcTransportTipcTrusty>(std::move(socket)); in newTransport()
Drules.mk29 $(LOCAL_DIR)/RpcTransportTipcTrusty.cpp \
/frameworks/native/libs/binder/include/binder/
DRpcTransport.h47 class RpcTransportTipcTrusty; variable
120 friend class ::android::RpcTransportTipcTrusty;
/frameworks/native/libs/binder/
DAndroid.bp426 "trusty/RpcTransportTipcTrusty.cpp",