Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DRpcTransport.h143 struct RpcTransportFd { struct
152 RpcTransportFd() = default; argument
153 explicit RpcTransportFd(base::unique_fd &&descriptor) in RpcTransportFd() function
156 RpcTransportFd(RpcTransportFd &&transportFd) noexcept in RpcTransportFd() function
171 bool isInPollingState() const { return isPolling; } in isInPollingState()
172 friend class FdTrigger;
/frameworks/native/libs/binder/trusty/
DOS.cpp63 const RpcTransportFd& /* socket */, iovec* /* iovs */, int /* niovs */, in sendMessageOnSocket()
70 const RpcTransportFd& /* socket */, iovec* /* iovs */, int /* niovs */, in receiveMessageFromSocket()