Searched refs:rtpSock (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_transport_impl.cc | 498 UdpSocketWrapper* rtpSock = _ptrSendRtpSocket ? in EnableQoS() local 501 if (!rtpSock || !rtpSock->ValidHandle()) in EnableQoS() 554 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS() 579 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS() 599 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS() 618 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS() 673 UdpSocketWrapper* rtpSock = (_ptrSendRtpSocket ? in DisableQoS() local 675 if (!rtpSock || !rtpSock->ValidHandle()) in DisableQoS() 700 if (!rtpSock->SetQos(service_type, not_specified, not_specified, in DisableQoS() 755 UdpSocketWrapper* rtpSock = NULL; in SetToS() local [all …]
|