Home
last modified time | relevance | path

Searched defs:CreateChannel (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/talk/media/base/
Dhybriddataengine.h55 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type) { in CreateChannel() function
Dmediaengine.h156 virtual VoiceMediaChannel* CreateChannel(webrtc::Call* call, in CreateChannel() function
Drtpdataengine_unittest.cc104 cricket::RtpDataMediaChannel* CreateChannel() { in CreateChannel() function in RtpDataMediaChannelTest
108 cricket::RtpDataMediaChannel* CreateChannel(cricket::RtpDataEngine* dme) { in CreateChannel() function in RtpDataMediaChannelTest
Drtpdataengine.cc61 DataMediaChannel* RtpDataEngine::CreateChannel( in CreateChannel() function in cricket::RtpDataEngine
Dfakemediaengine.h734 VoiceMediaChannel* CreateChannel(webrtc::Call* call, in CreateChannel() function
795 VideoMediaChannel* CreateChannel(webrtc::Call* call, in CreateChannel() function
917 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type) { in CreateChannel() function
/external/webrtc/webrtc/voice_engine/
Dchannel_manager.cc55 ChannelOwner ChannelManager::CreateChannel() { in CreateChannel() function in webrtc::voe::ChannelManager
59 ChannelOwner ChannelManager::CreateChannel(const Config& external_config) { in CreateChannel() function in webrtc::voe::ChannelManager
Dvoe_base_impl.cc389 int VoEBaseImpl::CreateChannel() { in CreateChannel() function in webrtc::VoEBaseImpl
400 int VoEBaseImpl::CreateChannel(const Config& config) { in CreateChannel() function in webrtc::VoEBaseImpl
Dchannel.cc720 int32_t Channel::CreateChannel(Channel*& channel, in CreateChannel() function in webrtc::voe::Channel
/external/webrtc/webrtc/p2p/base/
Dtransport_unittest.cc45 FakeTransportChannel* CreateChannel(int component) { in CreateChannel() function in TransportTest
Dtransport.cc165 TransportChannelImpl* Transport::CreateChannel(int component) { in CreateChannel() function in cricket::Transport
Dtransportcontroller_unittest.cc81 FakeTransportChannel* CreateChannel(const std::string& content, in CreateChannel() function in TransportControllerTest
Dp2ptransportchannel_unittest.cc301 cricket::P2PTransportChannel* CreateChannel( in CreateChannel() function in P2PTransportChannelTestBase
/external/webrtc/talk/media/sctp/
Dsctpdataengine_unittest.cc283 cricket::SctpDataMediaChannel* CreateChannel( in CreateChannel() function in SctpDataMediaChannelTest
Dsctpdataengine.cc320 DataMediaChannel* SctpDataEngine::CreateChannel( in CreateChannel() function in cricket::SctpDataEngine
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
DAndroidTest.java1119 private native int CreateChannel(); in CreateChannel() method in AndroidTest
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc836 VideoRenderCallback* VideoRenderDirect3D9::CreateChannel(const uint32_t channel, in CreateChannel() function in webrtc::VideoRenderDirect3D9
/external/webrtc/talk/session/media/
Dchannel_unittest.cc203 typename T::Channel* CreateChannel( in CreateChannel() function in ChannelTest
1861 cricket::VideoChannel* ChannelTest<VideoTraits>::CreateChannel( in CreateChannel() function in ChannelTest
2583 cricket::DataChannel* ChannelTest<DataTraits>::CreateChannel( in CreateChannel() function in ChannelTest
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc563 VoiceMediaChannel* WebRtcVoiceEngine::CreateChannel(webrtc::Call* call, in CreateChannel() function in cricket::WebRtcVoiceEngine
Dwebrtcvideoengine2.cc490 WebRtcVideoChannel2* WebRtcVideoEngine2::CreateChannel( in CreateChannel() function in cricket::WebRtcVideoEngine2
Dwebrtcvoiceengine_unittest.cc414 TEST_F(WebRtcVoiceEngineTestFake, CreateChannel) { in TEST_F() argument