Home
last modified time | relevance | path

Searched refs:CreateMediaChannel (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/media/base/
Dmedia_engine.h76 virtual VoiceMediaChannel* CreateMediaChannel(
103 virtual VideoMediaChannel* CreateMediaChannel(
Dfake_media_engine.cc520 VoiceMediaChannel* FakeVoiceEngine::CreateMediaChannel( in CreateMediaChannel() function in cricket::FakeVoiceEngine
585 VideoMediaChannel* FakeVideoEngine::CreateMediaChannel( in CreateMediaChannel() function in cricket::FakeVideoEngine
Dfake_media_engine.h520 VoiceMediaChannel* CreateMediaChannel(
557 VideoMediaChannel* CreateMediaChannel(
/external/webrtc/media/engine/
Dnull_webrtc_video_engine.h46 VideoMediaChannel* CreateMediaChannel( in CreateMediaChannel() function
Dwebrtc_voice_engine.h59 VoiceMediaChannel* CreateMediaChannel(
Dwebrtc_video_engine_unittest.cc478 std::unique_ptr<VideoMediaChannel> channel(engine_.CreateMediaChannel( in TEST_F()
493 std::unique_ptr<VideoMediaChannel> channel(engine_.CreateMediaChannel( in TEST_F()
709 VideoMediaChannel* channel = engine_.CreateMediaChannel( in SetSendParamsWithAllSupportedCodecs()
729 VideoMediaChannel* channel = engine_.CreateMediaChannel( in SetRecvParamsWithSupportedCodecs()
796 std::unique_ptr<VideoMediaChannel> channel(engine_.CreateMediaChannel( in TEST_F()
826 std::unique_ptr<VideoMediaChannel> channel(engine_.CreateMediaChannel( in TEST_F()
862 std::unique_ptr<VideoMediaChannel> channel(engine_.CreateMediaChannel( in TEST_F()
895 std::unique_ptr<VideoMediaChannel> channel(engine_.CreateMediaChannel( in TEST_F()
1159 std::unique_ptr<VideoMediaChannel> send_channel(engine.CreateMediaChannel( in TEST()
1181 std::unique_ptr<VideoMediaChannel> recv_channel(engine.CreateMediaChannel( in TEST()
[all …]
Dwebrtc_voice_engine_unittest.cc236 channel_ = engine_->CreateMediaChannel(&call_, cricket::MediaConfig(), in SetupChannel()
825 TEST_P(WebRtcVoiceEngineTestFake, CreateMediaChannel) { in TEST_P() argument
3078 engine_->CreateMediaChannel(&call_, cricket::MediaConfig(), in TEST_P()
3083 engine_->CreateMediaChannel(&call_, cricket::MediaConfig(), in TEST_P()
3199 engine_->CreateMediaChannel(&call_, config, cricket::AudioOptions(), in TEST_P()
3207 engine_->CreateMediaChannel(&call_, config, cricket::AudioOptions(), in TEST_P()
3235 engine_->CreateMediaChannel(&call_, config, cricket::AudioOptions(), in TEST_P()
3630 cricket::VoiceMediaChannel* channel = engine.CreateMediaChannel( in TEST()
3661 cricket::VoiceMediaChannel* channel = engine.CreateMediaChannel( in TEST()
3749 cricket::VoiceMediaChannel* channel = engine.CreateMediaChannel( in TEST()
Dwebrtc_video_engine.h105 VideoMediaChannel* CreateMediaChannel(
Dwebrtc_voice_engine.cc353 VoiceMediaChannel* WebRtcVoiceEngine::CreateMediaChannel( in CreateMediaChannel() function in cricket::WebRtcVoiceEngine
Dwebrtc_video_engine.cc578 VideoMediaChannel* WebRtcVideoEngine::CreateMediaChannel( in CreateMediaChannel() function in cricket::WebRtcVideoEngine
/external/webrtc/pc/
Dchannel_manager.cc211 VoiceMediaChannel* media_channel = media_engine_->voice().CreateMediaChannel( in CreateVoiceChannel()
281 VideoMediaChannel* media_channel = media_engine_->video().CreateMediaChannel( in CreateVideoChannel()