Home
last modified time | relevance | path

Searched refs:SetTOS (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_posix.h45 int32_t SetTOS(const int32_t serviceType) override;
Dudp_socket_wrapper.h73 virtual int32_t SetTOS(const int32_t serviceType) = 0;
Dudp_transport_unittest.cc37 MOCK_METHOD1(SetTOS, int32_t(int32_t));
Dudp_socket2_win.h76 int32_t SetTOS(const int32_t serviceType) override;
Dudp_socket_posix.cc129 int32_t UdpSocketPosix::SetTOS(int32_t serviceType) in SetTOS() function in webrtc::test::UdpSocketPosix
Dudp_transport_impl.cc903 if (rtpSock->SetTOS(DSCP) != 0) in SetToS()
910 if (rtcpSock->SetTOS(DSCP) != 0) in SetToS()
Dudp_socket2_win.cc808 int32_t UdpSocket2Windows::SetTOS(int32_t serviceType) in SetTOS() function in webrtc::test::UdpSocket2Windows