HomeSort by relevance Sort by last modified time
    Searched refs:SetQos (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/test/channel_transport/
udp_socket_posix.h 59 bool SetQos(int32_t /*serviceType*/,
udp_socket_wrapper.h 88 virtual bool SetQos(int32_t serviceType, int32_t tokenRate,
udp_socket2_win.h 67 bool SetQos(int32_t serviceType,
udp_transport_unittest.cc 39 MOCK_METHOD8(SetQos, bool(int32_t, int32_t,
udp_socket_posix.cc 172 bool UdpSocketPosix::SetQos(int32_t /*serviceType*/,
udp_transport_impl.cc 427 int32_t UdpTransportImpl::SetQoS(bool QoS, int32_t serviceType,
554 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size,
579 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size,
599 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size,
618 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size,
636 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size,
649 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size,
700 if (!rtpSock->SetQos(service_type, not_specified, not_specified,
707 if (!rtcpSock->SetQos(service_type, not_specified, not_specified,
    [all...]
udp_socket2_win.cc 674 bool UdpSocket2Windows::SetQos(int32_t serviceType,
686 "UdpSocket2Windows::SetQos(), socket not capable of QOS");
801 "UdpSocket2Windows::SetQos() WSAerror : %d",
    [all...]

Completed in 143 milliseconds