Searched refs:SetPCP (Results 1 – 7 of 7) sorted by relevance
154 int32_t UdpSocketWrapper::SetPCP(const int32_t /*pcp*/) { return -1; } in SetPCP() function in webrtc::test::UdpSocketWrapper
76 virtual int32_t SetPCP(const int32_t /*pcp*/);
77 int32_t SetPCP(const int32_t pcp) override;
227 virtual int32_t SetPCP(const int32_t PCP) = 0;
83 int32_t SetPCP(const int32_t PCP) override;
932 int32_t UdpTransportImpl::SetPCP(int32_t PCP) in SetPCP() function in webrtc::test::UdpTransportImpl987 if (rtpSock->SetPCP(PCP) != 0) in SetPCP()994 if (rtcpSock->SetPCP(PCP) != 0) in SetPCP()
840 int32_t UdpSocket2Windows::SetPCP(int32_t pcp) in SetPCP() function in webrtc::test::UdpSocket2Windows