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

  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_posix.h 59 virtual bool SetQos(int32_t /*serviceType*/,
udp_socket_wrapper.h 91 virtual bool SetQos(int32_t serviceType, int32_t tokenRate,
udp_socket2_win.h 66 virtual bool SetQos(int32_t serviceType, int32_t tokenRate,
udp_transport_unittest.cc 40 MOCK_METHOD8(SetQos, bool(int32_t, int32_t,
udp_socket_posix.cc 179 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 690 bool UdpSocket2Windows::SetQos(int32_t serviceType,
702 "UdpSocket2Windows::SetQos(), socket not capable of QOS");
817 "UdpSocket2Windows::SetQos() WSAerror : %d",
    [all...]

Completed in 2770 milliseconds