Searched defs:Recv (Results 1 - 4 of 4) sorted by relevance

/external/opencore/oscl/oscl/osclio/src/
H A Doscl_socket_recv.cpp59 TPVSocketEvent OsclRecvMethod::Recv(uint8* &aPtr, uint32 aMaxLen, function in class:OsclRecvMethod
65 RecvRequest()->Recv(aPtr, aMaxLen);
77 void OsclRecvRequest::Recv(uint8* &aPtr, uint32 aMaxLen) function in class:OsclRecvRequest
88 SocketI()->Recv(*Param(), *this);
H A Doscl_tcp_socket.h92 inline TPVSocketEvent Recv(uint8* &aPtr, uint32 aMaxLen,
235 inline TPVSocketEvent OsclTCPSocketI::Recv(uint8* &aPtr, uint32 aMaxLen, function in class:OsclTCPSocketI
238 return (iRecvMethod->Recv(aPtr, aMaxLen, aTimeout));
H A Doscl_socket.cpp289 OSCL_EXPORT_REF TPVSocketEvent OsclTCPSocket::Recv( function in class:OsclTCPSocket
293 return iTCPSocket->Recv(aPtr, aMaxLen, aTimeoutMsec);
H A Doscl_socket_imp_pv.cpp207 inline void OsclSocketI::Recv(RecvParam& param, OsclSocketRequestAO& ao) function in class:OsclSocketI

Completed in 60 milliseconds