Searched refs:CreateTransportChannel (Results 1 – 6 of 6) sorted by relevance
30 TransportChannelImpl* P2PTransport::CreateTransportChannel(int component) { in CreateTransportChannel() function in cricket::P2PTransport
27 virtual TransportChannelImpl* CreateTransportChannel(int component);
200 DtlsTransportChannelWrapper* CreateTransportChannel(int component) override { in CreateTransportChannel() function202 this, Base::CreateTransportChannel(component)); in CreateTransportChannel()
256 virtual TransportChannelImpl* CreateTransportChannel(int component) = 0;
172 channel = CreateTransportChannel(component); in CreateChannel()
413 TransportChannelImpl* CreateTransportChannel(int component) override { in CreateTransportChannel() function