Searched refs:_ptrRtcpSocket (Results 1 – 2 of 2) sorted by relevance
128 _ptrRtcpSocket(NULL), in UdpTransportImpl()337 _ptrRtcpSocket = _socket_creator->CreateSocket(_id, _mgr, this, in InitializeReceiveSockets()513 _ptrRtcpSocket; in EnableQoS()686 _ptrSendRtcpSocket : _ptrRtcpSocket); in DisableQoS()779 rtcpSock = _ptrRtcpSocket; in SetToS()851 _ptrRtcpSocket = _socket_creator->CreateSocket( in SetToS()855 rtcpSock=_ptrRtcpSocket; in SetToS()973 rtcpSock = _ptrRtcpSocket; in SetPCP()1409 if(!_ptrRtcpSocket) in BindLocalRTCPSocket()1426 if (!_ptrRtcpSocket->Bind(recAddr)) in BindLocalRTCPSocket()[all …]
219 UdpSocketWrapper* _ptrRtcpSocket; variable