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

  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_transport.h 216 virtual int32_t SetToS(const int32_t DSCP,
udp_transport_impl.h 85 virtual int32_t SetToS(const int32_t DSCP,
udp_transport_impl.cc 727 int32_t UdpTransportImpl::SetToS(int32_t DSCP, bool useSetSockOpt)
903 if (rtpSock->SetTOS(DSCP) != 0)
910 if (rtcpSock->SetTOS(DSCP) != 0)
    [all...]

Completed in 2484 milliseconds