Home
last modified time | relevance | path

Searched refs:_ptrRtcpSocket (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.cc128 _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 …]
Dudp_transport_impl.h219 UdpSocketWrapper* _ptrRtcpSocket; variable