/external/opencore/oscl/oscl/osclio/src/ |
D | oscl_ip_socket.cpp | 29 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()
|
D | oscl_socket_imp_serv.cpp | 79 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 …]
|
D | oscl_udp_socket.cpp | 65 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()
|
D | oscl_tcp_socket.cpp | 118 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()
|
D | oscl_socket_serv_imp_pv.cpp | 87 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 …]
|
D | oscl_socket_imp_pv.cpp | 76 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()
|
D | oscl_ip_socket.h | 59 OsclSocketI *iSocket; variable 69 , iSocket(NULL) in OsclIPSocketI()
|
D | oscl_socket_imp_pv.h | 100 TOsclSocket iSocket; variable 105 return iSocket; in Socket()
|
D | oscl_socket_serv_imp_pv.h | 85 TOsclSocket iSocket; variable
|
D | oscl_socket_method.h | 154 return iContainer.iContainer.iSocket; in SocketI()
|
D | oscl_tcp_socket.h | 140 return iSocket->Listen(aQueueSize) ; in Listen()
|
/external/opencore/protocols/rtsp_client_engine/src/ |
D | pvrtsp_client_engine_node.cpp | 930 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/ |
D | pvrtsp_client_engine_node.h | 691 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/ |
D | osclconfig_io.h | 124 ok=(listen(iSocket,qSize)!=(-1));\ 137 ok=(shutdown(iSocket,how)!=(-1));\
|
/external/opencore/oscl/oscl/config/linux/ |
D | osclconfig_io.h | 110 ok=(listen(iSocket,qSize)!=(-1));\ 123 ok=(shutdown(iSocket,how)!=(-1));\
|