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

  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_wrapper.h 79 virtual int32_t SetPCP(const int32_t /*pcp*/);
udp_socket_wrapper.cc 154 int32_t UdpSocketWrapper::SetPCP(const int32_t /*pcp*/) { return -1; }
udp_socket2_win.h 73 virtual int32_t SetPCP(const int32_t pcp) OVERRIDE;
udp_transport.h 226 virtual int32_t SetPCP(const int32_t PCP) = 0;
udp_transport_impl.h 88 virtual int32_t SetPCP(const int32_t PCP) OVERRIDE;
udp_transport_impl.cc 932 int32_t UdpTransportImpl::SetPCP(int32_t PCP)
987 if (rtpSock->SetPCP(PCP) != 0)
994 if (rtcpSock->SetPCP(PCP) != 0)
    [all...]
udp_socket2_win.cc 856 int32_t UdpSocket2Windows::SetPCP(int32_t pcp)
    [all...]

Completed in 154 milliseconds