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

  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_posix.h 46 virtual int32_t SetTOS(const int32_t serviceType) OVERRIDE;
udp_socket_wrapper.h 76 virtual int32_t SetTOS(const int32_t serviceType) = 0;
udp_socket2_win.h 72 virtual int32_t SetTOS(const int32_t serviceType) OVERRIDE;
udp_transport_unittest.cc 38 MOCK_METHOD1(SetTOS, int32_t(int32_t));
udp_socket_posix.cc 136 int32_t UdpSocketPosix::SetTOS(int32_t serviceType)
udp_socket2_win.cc 824 int32_t UdpSocket2Windows::SetTOS(int32_t serviceType)
    [all...]
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 240 milliseconds