Home
last modified time | relevance | path

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

/external/opencore/oscl/oscl/osclio/src/
Doscl_socket_recv.cpp59 TPVSocketEvent OsclRecvMethod::Recv(uint8* &aPtr, uint32 aMaxLen, in Recv()
77 void OsclRecvRequest::Recv(uint8* &aPtr, uint32 aMaxLen) in Recv()
Doscl_socket_recv_from.cpp58 TPVSocketEvent OsclRecvFromMethod::RecvFrom(uint8* &aPtr, uint32 aMaxLen, in RecvFrom()
80 void OsclRecvFromRequest::RecvFrom(uint8* &aPtr, uint32 aMaxLen, in RecvFrom()
Doscl_socket_request.h121 RecvParam(uint8* &aPtr, uint32 aMaxLen, uint32 flags) in RecvParam()
133 RecvFromParam(uint8* &aPtr, uint32 aMaxLen, in RecvFromParam()
Doscl_udp_socket.h125 inline TPVSocketEvent OsclUDPSocketI::RecvFrom(uint8* &aPtr, uint32 aMaxLen, in RecvFrom()
Doscl_socket.cpp133 uint8* aPtr, uint32 aMaxLen, in RecvFrom()
290 uint8* aPtr, uint32 aMaxLen, in Recv()
Doscl_tcp_socket.h235 inline TPVSocketEvent OsclTCPSocketI::Recv(uint8* &aPtr, uint32 aMaxLen, in Recv()