Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/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;
/aosp_15_r20/prebuilts/vndk/v34/arm/include/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;
/aosp_15_r20/prebuilts/vndk/v34/x86/include/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;
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/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() argument
171 bool isInPollingState() const { return isPolling; } in isInPollingState()
172 friend class FdTrigger;
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DRpcTransport.h185 explicit RpcTransportFd(binder::unique_fd&& descriptor) in RpcTransportFd() function
188 RpcTransportFd(RpcTransportFd &&transportFd) noexcept in RpcTransportFd() function
/aosp_15_r20/frameworks/native/libs/binder/trusty/
H A DOS.cpp87 const RpcTransportFd& /* socket */, iovec* /* iovs */, int /* niovs */, in sendMessageOnSocket()
94 const RpcTransportFd& /* socket */, iovec* /* iovs */, int /* niovs */, in receiveMessageFromSocket()