Searched refs:CreateTransportChannel (Results 1 – 8 of 8) sorted by relevance
208 virtual DtlsTransportChannelWrapper* CreateTransportChannel(int component) { in CreateTransportChannel() function210 this, Base::CreateTransportChannel(component)); in CreateTransportChannel()
61 virtual TransportChannelImpl* CreateTransportChannel(int component);
47 virtual TransportChannelImpl* CreateTransportChannel(int component);
121 TransportChannelImpl* RawTransport::CreateTransportChannel(int component) { in CreateTransportChannel() function in cricket::RawTransport
72 TransportChannelImpl* P2PTransport::CreateTransportChannel(int component) { in CreateTransportChannel() function in cricket::P2PTransport
349 virtual TransportChannelImpl* CreateTransportChannel(int component) = 0;
375 virtual TransportChannelImpl* CreateTransportChannel(int component) { in CreateTransportChannel() function
227 impl = CreateTransportChannel(component); in CreateChannel_w()