Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_wrapper.cc154 int32_t UdpSocketWrapper::SetPCP(const int32_t /*pcp*/) { return -1; } in SetPCP() function in webrtc::test::UdpSocketWrapper
Dudp_socket_wrapper.h76 virtual int32_t SetPCP(const int32_t /*pcp*/);
Dudp_socket2_win.h77 int32_t SetPCP(const int32_t pcp) override;
Dudp_transport.h227 virtual int32_t SetPCP(const int32_t PCP) = 0;
Dudp_transport_impl.h83 int32_t SetPCP(const int32_t PCP) override;
Dudp_transport_impl.cc932 int32_t UdpTransportImpl::SetPCP(int32_t PCP) in SetPCP() function in webrtc::test::UdpTransportImpl
987 if (rtpSock->SetPCP(PCP) != 0) in SetPCP()
994 if (rtcpSock->SetPCP(PCP) != 0) in SetPCP()
Dudp_socket2_win.cc840 int32_t UdpSocket2Windows::SetPCP(int32_t pcp) in SetPCP() function in webrtc::test::UdpSocket2Windows