struct RpcTransportFd
Defined at line 175 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/RpcTransport.h
Public Members
unique_fd_impl fd
Public Methods
void RpcTransportFd ()
Defined at line 184 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/RpcTransport.h
void RpcTransportFd (binder::unique_fd && descriptor)
Defined at line 185 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/RpcTransport.h
void RpcTransportFd (RpcTransportFd && transportFd)
Defined at line 188 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/RpcTransport.h
RpcTransportFd & operator= (RpcTransportFd && transportFd)
Defined at line 191 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/RpcTransport.h
RpcTransportFd & operator= (binder::unique_fd && descriptor)
Defined at line 197 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/RpcTransport.h
bool isInPollingState ()
Defined at line 203 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/RpcTransport.h
Friends
class FdTrigger