Searched refs:P2PTransportChannel (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/p2p/base/ |
D | p2p_transport_channel.cc | 124 P2PTransportChannel::P2PTransportChannel(const std::string& transport_name, in P2PTransportChannel() function in cricket::P2PTransportChannel 127 : P2PTransportChannel(transport_name, in P2PTransportChannel() 133 P2PTransportChannel::P2PTransportChannel( in P2PTransportChannel() function in cricket::P2PTransportChannel 174 this, &P2PTransportChannel::OnCandidateFilterChanged); in P2PTransportChannel() 194 P2PTransportChannel::~P2PTransportChannel() { in ~P2PTransportChannel() 208 void P2PTransportChannel::AddAllocatorSession( in AddAllocatorSession() 213 session->SignalPortReady.connect(this, &P2PTransportChannel::OnPortReady); in AddAllocatorSession() 214 session->SignalPortsPruned.connect(this, &P2PTransportChannel::OnPortsPruned); in AddAllocatorSession() 216 this, &P2PTransportChannel::OnCandidatesReady); in AddAllocatorSession() 218 &P2PTransportChannel::OnCandidateError); in AddAllocatorSession() [all …]
|
D | p2p_transport_channel_unittest.cc | 295 std::unique_ptr<P2PTransportChannel> ch_; 400 P2PTransportChannel* CreateChannel(int endpoint, in CreateChannel() 404 P2PTransportChannel* channel = new P2PTransportChannel( in CreateChannel() 437 P2PTransportChannel* ep1_ch1() { return ep1_.cd1_.ch_.get(); } in ep1_ch1() 438 P2PTransportChannel* ep1_ch2() { return ep1_.cd2_.ch_.get(); } in ep1_ch2() 439 P2PTransportChannel* ep2_ch1() { return ep2_.cd1_.ch_.get(); } in ep2_ch1() 440 P2PTransportChannel* ep2_ch2() { return ep2_.cd2_.ch_.get(); } in ep2_ch2() 582 static bool CheckCandidate(P2PTransportChannel* channel, in CheckCandidate() 593 static bool CheckCandidatePair(P2PTransportChannel* ch1, in CheckCandidatePair() 594 P2PTransportChannel* ch2, in CheckCandidatePair() [all …]
|
D | default_ice_transport_factory.h | 30 std::unique_ptr<cricket::P2PTransportChannel> internal); 40 std::unique_ptr<cricket::P2PTransportChannel> internal_
|
D | default_ice_transport_factory.cc | 34 std::unique_ptr<cricket::P2PTransportChannel> internal) in DefaultIceTransport() 48 std::make_unique<cricket::P2PTransportChannel>( in CreateIceTransport()
|
D | p2p_transport_channel.h | 83 class RTC_EXPORT P2PTransportChannel : public IceTransportInternal { 87 P2PTransportChannel(const std::string& transport_name, 90 P2PTransportChannel( 97 ~P2PTransportChannel() override; 445 RTC_DISALLOW_COPY_AND_ASSIGN(P2PTransportChannel);
|
D | connection.h | 464 friend class P2PTransportChannel; variable
|
/external/webrtc/api/ |
D | ice_transport_factory.cc | 61 std::make_unique<cricket::P2PTransportChannel>( in CreateIceTransport()
|
/external/webrtc/pc/ |
D | peer_connection.cc | 1378 return cricket::P2PTransportChannel::ValidateIceConfig( in ValidateConfiguration()
|