Searched refs:BindAsync (Results 1 - 6 of 6) sorted by relevance

/external/opencore/oscl/oscl/osclio/src/
H A Doscl_udp_socket.h47 inline TPVSocketEvent BindAsync(OsclNetworkAddress& aAddress,
95 inline TPVSocketEvent OsclUDPSocketI::BindAsync(OsclNetworkAddress& aAddress, function in class:OsclUDPSocketI
H A Doscl_socket.cpp94 OSCL_EXPORT_REF TPVSocketEvent OsclUDPSocket::BindAsync(OsclNetworkAddress& aAddress, int32 aTimeoutMsec) function in class:OsclUDPSocket
96 return iUDPSocket->BindAsync(aAddress, aTimeoutMsec);
200 OSCL_EXPORT_REF TPVSocketEvent OsclTCPSocket::BindAsync(OsclNetworkAddress& aAddress, int32 aTimeoutMsec) function in class:OsclTCPSocket
202 return iTCPSocket->BindAsync(aAddress, aTimeoutMsec);
H A Doscl_socket_bind.cpp84 SocketI()->BindAsync(*Param(), *this);
H A Doscl_socket.h199 OSCL_IMPORT_REF TPVSocketEvent BindAsync(OsclNetworkAddress& aAddress
205 * This method will cancel any pending BindAsync operation
206 * on the current socket, causing the BindAsync to complete
208 * BindAsync operation, this method will have no effect.
394 OSCL_IMPORT_REF TPVSocketEvent BindAsync(OsclNetworkAddress& aAddress
400 * This method will cancel any pending BindAsync operation
401 * on the current socket, causing the BindAsync to complete
403 * BindAsync operation, this method will have no effect.
H A Doscl_tcp_socket.h69 inline TPVSocketEvent BindAsync(OsclNetworkAddress& aAddress,
156 inline TPVSocketEvent OsclTCPSocketI::BindAsync(OsclNetworkAddress& aAddress, function in class:OsclTCPSocketI
H A Doscl_socket_imp_base.h67 virtual void BindAsync(BindParam&, OsclSocketRequestAO&) function in class:OsclSocketIBase

Completed in 70 milliseconds