Home
last modified time | relevance | path

Searched refs:CreateTransportChannel (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dp2ptransport.cc30 TransportChannelImpl* P2PTransport::CreateTransportChannel(int component) { in CreateTransportChannel() function in cricket::P2PTransport
Dp2ptransport.h27 virtual TransportChannelImpl* CreateTransportChannel(int component);
Ddtlstransport.h200 DtlsTransportChannelWrapper* CreateTransportChannel(int component) override { in CreateTransportChannel() function
202 this, Base::CreateTransportChannel(component)); in CreateTransportChannel()
Dtransport.h256 virtual TransportChannelImpl* CreateTransportChannel(int component) = 0;
Dtransport.cc172 channel = CreateTransportChannel(component); in CreateChannel()
Dfaketransportcontroller.h413 TransportChannelImpl* CreateTransportChannel(int component) override { in CreateTransportChannel() function