Searched refs:iUDPSocket (Results 1 – 4 of 4) sorted by relevance
70 self->iUDPSocket = OsclUDPSocketI::NewL(alloc, aServ.iServ, aObserver, aId); in NewL()77 if (iUDPSocket) in ~OsclUDPSocket()79 iUDPSocket->~OsclUDPSocketI(); in ~OsclUDPSocket()80 iAlloc.deallocate(iUDPSocket); in ~OsclUDPSocket()86 return iUDPSocket->Bind(aAddress); in Bind()91 return iUDPSocket->Join(aAddress); in Join()96 return iUDPSocket->BindAsync(aAddress, aTimeoutMsec); in BindAsync()101 iUDPSocket->CancelBind(); in CancelBind()106 return iUDPSocket->Close(); in Close()111 return iUDPSocket->GetRecvData(aLength); in GetRecvData()[all …]
319 OsclUDPSocket(Oscl_DefAlloc &alloc): iUDPSocket(NULL), iAlloc(alloc) {} in OsclUDPSocket()320 OsclUDPSocketI *iUDPSocket; variable
748 …if (NULL == (lower_sock_config->iUDPSocket = (OsclUDPSocket*)CreateOsclSocketAndBind(lower_sock_co… in AllocateConsecutivePorts()773 …if (NULL == (higher_sock_config->iUDPSocket = (OsclUDPSocket*)CreateOsclSocketAndBind(higher_sock_… in AllocateConsecutivePorts()803 OsclUDPSocket* udpSocket1 = lower_sock_config->iUDPSocket; in AllocateConsecutivePorts()806 lower_sock_config->iUDPSocket = NULL; in AllocateConsecutivePorts()808 OsclUDPSocket* udpSocket2 = higher_sock_config->iUDPSocket; in AllocateConsecutivePorts()811 higher_sock_config->iUDPSocket = NULL; in AllocateConsecutivePorts()1405 else if (aSockConfig.iUDPSocket) in ConnectOperationComplete()1519 && (aSockConfig.iUDPSocket || aSockConfig.iTCPSocket) in CanReceive()1612 if (!aSockConfig.iTCPSocket && !aSockConfig.iUDPSocket) in StartRecvOperation()1625 if (aSockConfig.iUDPSocket) in StartRecvOperation()[all …]
577 iUDPSocket = NULL; in SocketPortConfig()597 OsclUDPSocket* iUDPSocket; variable