Searched defs:aAddress (Results 1 – 9 of 9) sorted by relevance
| /external/opencore/oscl/oscl/osclio/src/ |
| D | oscl_socket.cpp | 84 OSCL_EXPORT_REF int32 OsclUDPSocket::Bind(OsclNetworkAddress& aAddress) in Bind() 89 OSCL_EXPORT_REF int32 OsclUDPSocket::Join(OsclNetworkAddress& aAddress) in Join() 94 OSCL_EXPORT_REF TPVSocketEvent OsclUDPSocket::BindAsync(OsclNetworkAddress& aAddress, int32 aTimeou… in BindAsync() 121 OsclNetworkAddress& aAddress, in SendTo() 134 OsclNetworkAddress& aAddress, in RecvFrom() 195 OSCL_EXPORT_REF int32 OsclTCPSocket::Bind(OsclNetworkAddress& aAddress) in Bind() 200 OSCL_EXPORT_REF TPVSocketEvent OsclTCPSocket::BindAsync(OsclNetworkAddress& aAddress, int32 aTimeou… in BindAsync() 245 OSCL_EXPORT_REF TPVSocketEvent OsclTCPSocket::Connect(OsclNetworkAddress& aAddress, in Connect()
|
| D | oscl_ip_socket.cpp | 36 int32 OsclIPSocketI::Bind(OsclNetworkAddress &aAddress) in Bind() 50 int32 OsclIPSocketI::Join(OsclNetworkAddress &aAddress) in Join()
|
| D | oscl_socket_bind.cpp | 58 TPVSocketEvent OsclBindMethod::Bind(OsclNetworkAddress& aAddress, in Bind() 72 void OsclBindRequest::Bind(OsclNetworkAddress &aAddress) in Bind()
|
| D | oscl_socket_connect.cpp | 58 TPVSocketEvent OsclConnectMethod::Connect(OsclNetworkAddress& aAddress, in Connect() 72 void OsclConnectRequest::Connect(OsclNetworkAddress &aAddress) in Connect()
|
| D | oscl_udp_socket.h | 95 inline TPVSocketEvent OsclUDPSocketI::BindAsync(OsclNetworkAddress& aAddress, in BindAsync() 113 OsclNetworkAddress& aAddress, in SendTo() 126 OsclNetworkAddress& aAddress, in RecvFrom()
|
| D | oscl_socket_send_to.cpp | 63 OsclNetworkAddress& aAddress, in SendTo() 81 void OsclSendToRequest::SendTo(const uint8* &aPtr, uint32 aLen, OsclNetworkAddress &aAddress) in SendTo()
|
| D | oscl_socket_recv_from.cpp | 59 OsclNetworkAddress &aAddress, in RecvFrom() 81 OsclNetworkAddress& aAddress, uint32 aMultiMax, in RecvFrom()
|
| D | oscl_tcp_socket.h | 156 inline TPVSocketEvent OsclTCPSocketI::BindAsync(OsclNetworkAddress& aAddress, in BindAsync() 188 inline TPVSocketEvent OsclTCPSocketI::Connect(OsclNetworkAddress& aAddress, in Connect()
|
| D | oscl_socket_request.h | 134 OsclNetworkAddress& aAddress, uint32 flags, uint32 aMultiMax in RecvFromParam()
|