Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.cc127 _ptrRtpSocket(NULL), in UdpTransportImpl()
333 _ptrRtpSocket = _socket_creator->CreateSocket(_id, _mgr, this, in InitializeReceiveSockets()
500 _ptrRtpSocket; in EnableQoS()
674 _ptrSendRtpSocket : _ptrRtpSocket); in DisableQoS()
762 rtpSock = _ptrRtpSocket; in SetToS()
841 noOfReceiveBuffers=_ptrRtpSocket->ReceiveBuffers(); in SetToS()
848 _ptrRtpSocket = _socket_creator->CreateSocket( in SetToS()
854 rtpSock=_ptrRtpSocket; in SetToS()
956 rtpSock = _ptrRtpSocket; in SetPCP()
1043 const bool initialized = (_ptrSendRtpSocket || _ptrRtpSocket); in EnableIpV6()
[all …]
Dudp_transport_impl.h218 UdpSocketWrapper* _ptrRtpSocket; variable