Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dfaketransportcontroller.h501 TransportChannel* CreateTransportChannel_w(const std::string& transport_name, in CreateTransportChannel_w() function
506 return TransportController::CreateTransportChannel_w(transport_name, in CreateTransportChannel_w()
Dtransportcontroller.h82 virtual TransportChannel* CreateTransportChannel_w(
Dtransportcontroller.cc142 TransportChannel* TransportController::CreateTransportChannel_w( in CreateTransportChannel_w() function in cricket::TransportController
Dtransportcontroller_unittest.cc84 transport_controller_->CreateTransportChannel_w(content, component); in CreateChannel()
/external/webrtc/talk/session/media/
Dchannelmanager_unittest.cc169 ASSERT_TRUE(transport_controller_->CreateTransportChannel_w( in TEST_F()
Dchannel.cc272 transport_controller_->CreateTransportChannel_w( in SetTransport_w()
281 set_transport_channel(transport_controller_->CreateTransportChannel_w( in SetTransport_w()