Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.cc511 UdpSocketWrapper* rtcpSock = _ptrSendRtcpSocket ? in EnableQoS() local
514 if (!rtcpSock || !rtcpSock->ValidHandle()) in EnableQoS()
636 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
649 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
685 UdpSocketWrapper* rtcpSock = (_ptrSendRtcpSocket ? in DisableQoS() local
687 if (!rtcpSock || !rtcpSock->ValidHandle()) in DisableQoS()
707 if (!rtcpSock->SetQos(service_type, not_specified, not_specified, in DisableQoS()
756 UdpSocketWrapper* rtcpSock = NULL; in SetToS() local
776 rtcpSock = _ptrSendRtcpSocket; in SetToS()
779 rtcpSock = _ptrRtcpSocket; in SetToS()
[all …]