Searched refs:_ptrSendRtpSocket (Results 1 – 2 of 2) sorted by relevance
129 _ptrSendRtpSocket(NULL), in UdpTransportImpl()498 UdpSocketWrapper* rtpSock = _ptrSendRtpSocket ? in EnableQoS()499 _ptrSendRtpSocket : in EnableQoS()673 UdpSocketWrapper* rtpSock = (_ptrSendRtpSocket ? in DisableQoS()674 _ptrSendRtpSocket : _ptrRtpSocket); in DisableQoS()757 if(_ptrSendRtpSocket) in SetToS()759 rtpSock = _ptrSendRtpSocket; in SetToS()809 if(_ptrSendRtpSocket) in SetToS()812 _ptrSendRtpSocket = in SetToS()820 rtpSock=_ptrSendRtpSocket; in SetToS()[all …]
223 UdpSocketWrapper* _ptrSendRtpSocket; variable