Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Ddtlstransport.h208 virtual DtlsTransportChannelWrapper* CreateTransportChannel(int component) { in CreateTransportChannel() function
210 this, Base::CreateTransportChannel(component)); in CreateTransportChannel()
Drawtransport.h61 virtual TransportChannelImpl* CreateTransportChannel(int component);
Dp2ptransport.h47 virtual TransportChannelImpl* CreateTransportChannel(int component);
Drawtransport.cc121 TransportChannelImpl* RawTransport::CreateTransportChannel(int component) { in CreateTransportChannel() function in cricket::RawTransport
Dp2ptransport.cc72 TransportChannelImpl* P2PTransport::CreateTransportChannel(int component) { in CreateTransportChannel() function in cricket::P2PTransport
Dtransport.h349 virtual TransportChannelImpl* CreateTransportChannel(int component) = 0;
Dfakesession.h375 virtual TransportChannelImpl* CreateTransportChannel(int component) { in CreateTransportChannel() function
Dtransport.cc227 impl = CreateTransportChannel(component); in CreateChannel_w()