Searched refs:_ptrSendRtcpSocket (Results 1 – 2 of 2) sorted by relevance
130 _ptrSendRtcpSocket(NULL), in UdpTransportImpl()511 UdpSocketWrapper* rtcpSock = _ptrSendRtcpSocket ? in EnableQoS()512 _ptrSendRtcpSocket : in EnableQoS()685 UdpSocketWrapper* rtcpSock = (_ptrSendRtcpSocket ? in DisableQoS()686 _ptrSendRtcpSocket : _ptrRtcpSocket); in DisableQoS()774 if(_ptrSendRtcpSocket) in SetToS()776 rtcpSock = _ptrSendRtcpSocket; in SetToS()816 _ptrSendRtcpSocket = in SetToS()821 rtcpSock=_ptrSendRtcpSocket; in SetToS()968 if(_ptrSendRtcpSocket) in SetPCP()[all …]
224 UdpSocketWrapper* _ptrSendRtcpSocket; variable