Searched defs:GetTransport (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel.h193 virtual Transport* GetTransport() { function in class:cricket::DtlsTransportChannelWrapper
H A Drawtransportchannel.h73 virtual Transport* GetTransport() { return raw_transport_; } function in class:cricket::RawTransportChannel
H A Dp2ptransportchannel.h78 virtual Transport* GetTransport() { return transport_; } function in class:cricket::P2PTransportChannel
H A Dfakesession.h98 virtual Transport* GetTransport() { function in class:cricket::FakeTransportChannel
449 FakeTransport* GetTransport(const std::string& content_name) { function in class:cricket::FakeSession
451 BaseSession::GetTransport(content_name));
461 dest->GetTransport(it->first));
H A Dsession.cc591 Transport* BaseSession::GetTransport(const std::string& content_name) { function in class:cricket::BaseSession
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dvoice_engine_jni.cc109 webrtc::test::VoiceChannelTransport* GetTransport(int channel) { function in class:__anon15741::VoiceEngineData
134 CHECK(GetTransport(channel) == NULL,
140 CHECK(GetTransport(channel) != NULL,
225 voe_data->GetTransport(channel);
235 voe_data->GetTransport(channel);
H A Dvideo_engine_jni.cc206 webrtc::test::VideoChannelTransport* GetTransport(int channel) { function in class:__anon15740::VideoEngineData
274 CHECK(GetTransport(channel) == NULL,
280 CHECK(GetTransport(channel) != NULL,
417 return vie_data->GetTransport(channel)->SetLocalReceiver(port);
426 vie_data->GetTransport(channel);

Completed in 560 milliseconds