Searched refs:SetQos (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket_posix.h | 59 bool SetQos(int32_t /*serviceType*/,
|
D | udp_socket_wrapper.h | 88 virtual bool SetQos(int32_t serviceType, int32_t tokenRate,
|
D | udp_transport_unittest.cc | 39 MOCK_METHOD8(SetQos, bool(int32_t, int32_t,
|
D | udp_socket2_win.h | 67 bool SetQos(int32_t serviceType,
|
D | udp_transport_impl.cc | 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() 636 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS() 649 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS() 700 if (!rtpSock->SetQos(service_type, not_specified, not_specified, in DisableQoS() 707 if (!rtcpSock->SetQos(service_type, not_specified, not_specified, in DisableQoS()
|
D | udp_socket_posix.cc | 172 bool UdpSocketPosix::SetQos(int32_t /*serviceType*/, in SetQos() function in webrtc::test::UdpSocketPosix
|
D | udp_socket2_win.cc | 674 bool UdpSocket2Windows::SetQos(int32_t serviceType, in SetQos() function in webrtc::test::UdpSocket2Windows
|