Home
last modified time | relevance | path

Searched refs:iSocket (Results 1 – 15 of 15) sorted by relevance

/external/opencore/oscl/oscl/osclio/src/
Doscl_ip_socket.cpp29 iSocket = aSock; in ConstructL()
38 if (iSocket) in Bind()
42 return iSocket->Bind(aAddress); in Bind()
52 if (iSocket) in Join()
56 return iSocket->Join(aAddress); in Join()
66 if (iSocket) in SetRecvBufferSize()
68 return iSocket->SetRecvBufferSize(size); in SetRecvBufferSize()
Doscl_socket_imp_serv.cpp79 OsclConnectComplete(iSocket, in ProcessConnect()
92 FD_SET(iSocket, &writeset); in ProcessConnect()
93 FD_SET(iSocket, &exceptset); in ProcessConnect()
97 int nfds = iSocket + 1; in ProcessConnect()
116 OsclConnectComplete(iSocket, in ProcessConnect()
157 OsclConnect(iSocket, addr, ok, sockerr, wouldblock); in ProcessConnect()
216 OsclShutdown(iSocket, how, ok, err); in ProcessShutdown()
264 else if (FD_ISSET(iSocket, &iSocketServ->iExceptset))
269 OsclGetAsyncSockErr(iSocket, ok, sockerr);
273 else if (FD_ISSET(iSocket, &iSocketServ->iReadset))
[all …]
Doscl_udp_socket.cpp65 iSocket->~OsclSocketI(); in ~OsclUDPSocketI()
66 iAlloc.deallocate(iSocket); in ~OsclUDPSocketI()
72 if (iSocket) in Close()
78 return iSocket->Close(); in Close()
90 iSocket = OsclSocketI::NewL(iAlloc); in ConstructL()
92 OsclIPSocketI::ConstructL(aObserver, iSocket, aServ, aId); in ConstructL()
100 …if (iSocket->Open(*iSocketServ, OSCL_AF_INET, OSCL_SOCK_DATAGRAM, OSCL_IPPROTO_UDP) != OsclErrNone) in ConstructL()
Doscl_tcp_socket.cpp118 iSocket->~OsclSocketI(); in ~OsclTCPSocketI()
119 iAlloc.deallocate(iSocket); in ~OsclTCPSocketI()
125 if (iSocket) in Close()
135 return iSocket->Close(); in Close()
158 iSocket = OsclSocketI::NewL(iAlloc); in ConstructL()
159 OsclIPSocketI::ConstructL(aObserver, iSocket, aServ, aId); in ConstructL()
162 … if (iSocket->Open(*iSocketServ, OSCL_AF_INET, OSCL_SOCK_STREAM, OSCL_IPPROTO_TCP) != OsclErrNone) in ConstructL()
Doscl_socket_serv_imp_pv.cpp87 OsclSocket(iSocket, OSCL_AF_INET, OSCL_SOCK_DATAGRAM, OSCL_IPPROTO_UDP, ok, err); in Init()
95 OsclSetNonBlocking(iSocket, ok, err); in Init()
99 OsclCloseSocket(iSocket, ok, err); in Init()
108 OsclBind(iSocket, iAddr, ok, err); in Init()
122 OsclCloseSocket(iSocket, ok, err); in Init()
134 OsclSendTo(iSocket, tmpBuf, 1, iAddr, ok, err, nbytes, wouldblock); in Init()
146 OsclCloseSocket(iSocket, ok, err); in Init()
157 OsclRecvFrom(iSocket, tmpBuf, sizeof(tmpBuf), in Init()
174 OsclCloseSocket(iSocket, ok, err); in Init()
183 iStats.Construct((OsclAny*)iSocket, this); in Init()
[all …]
Doscl_socket_imp_pv.cpp76 OsclCloseSocket(iSocket, ok, sockerr); in Close()
99 OsclBind(iSocket, addr, ok, err); in Bind()
104 OsclSetRecvBufferSize(iSocket, bufsize, ok, err); in Bind()
119 OsclJoin(iSocket, addr, ok, err); in Join()
141 OsclListen(iSocket, qSize, ok, err); in Listen()
156 OsclSetRecvBufferSize(iSocket, size, ok, err); in SetRecvBufferSize()
323 OsclSocket(iSocket, addrFamily, sockType, protocol, ok, err); in Open()
339 OsclSetRecvBufferSize(iSocket, bufsize, ok, err); in Open()
344 OsclSetNonBlocking(iSocket, ok, err); in Open()
Doscl_ip_socket.h59 OsclSocketI *iSocket; variable
69 , iSocket(NULL) in OsclIPSocketI()
Doscl_socket_imp_pv.h100 TOsclSocket iSocket; variable
105 return iSocket; in Socket()
Doscl_socket_serv_imp_pv.h85 TOsclSocket iSocket; variable
Doscl_socket_method.h154 return iContainer.iContainer.iSocket; in SocketI()
Doscl_tcp_socket.h140 return iSocket->Listen(aQueueSize) ; in Listen()
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp930 uint8* recvData = iRecvSocket.iSocket->GetRecvData(&incomingMessageLen); in HandleSocketEvent()
1788 …TPVSocketEvent sendConnect = iSendSocket.iSocket->Connect(iSessionInfo.iSrvAdd, TIMEOUT_CONNECT_AN… in SendRtspDescribe()
4818 …if (aSock.iSocket->Send((const uint8*)tmpStrPtrLen->c_str(), tmpStrPtrLen->length(), TIMEOUT_SEND)… in sendSocketOutgoingMsg()
4831 if (aSock.iSocket->Send(aSendBuf, aSendLen, TIMEOUT_SEND) != EPVSocketPending) in sendSocketOutgoingMsg()
4846 || (iRecvSocket.iSocket == NULL) || (EPVMFNodeError == iInterfaceState)) in rtspParserLoop()
4867 … tmpEvent = iRecvSocket.iSocket->Recv((uint8*)tmpbuf->c_str(), tmpbuf->length(), TIMEOUT_RECV); in rtspParserLoop()
5078 && !iSendSocket.iSocket in resetSocket()
5079 && !iRecvSocket.iSocket) in resetSocket()
5095 bool oneSocket = (iSendSocket.iSocket == iRecvSocket.iSocket); in resetSocket()
5096 if (iSendSocket.iSocket) in resetSocket()
[all …]
/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_node.h691 SocketContainer(): iSocket(NULL) in SocketContainer()
693 OsclTCPSocket* iSocket; variable
700 iSocket = aSock; in Reset()
708 return iSocket in IsBusy()
/external/opencore/oscl/oscl/config/android/
Dosclconfig_io.h124 ok=(listen(iSocket,qSize)!=(-1));\
137 ok=(shutdown(iSocket,how)!=(-1));\
/external/opencore/oscl/oscl/config/linux/
Dosclconfig_io.h110 ok=(listen(iSocket,qSize)!=(-1));\
123 ok=(shutdown(iSocket,how)!=(-1));\