Searched refs:CreateMediaChannel (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/media/base/ |
D | media_engine.h | 76 virtual VoiceMediaChannel* CreateMediaChannel( 103 virtual VideoMediaChannel* CreateMediaChannel(
|
D | fake_media_engine.cc | 520 VoiceMediaChannel* FakeVoiceEngine::CreateMediaChannel( in CreateMediaChannel() function in cricket::FakeVoiceEngine 585 VideoMediaChannel* FakeVideoEngine::CreateMediaChannel( in CreateMediaChannel() function in cricket::FakeVideoEngine
|
D | fake_media_engine.h | 520 VoiceMediaChannel* CreateMediaChannel( 557 VideoMediaChannel* CreateMediaChannel(
|
/external/webrtc/media/engine/ |
D | null_webrtc_video_engine.h | 46 VideoMediaChannel* CreateMediaChannel( in CreateMediaChannel() function
|
D | webrtc_voice_engine.h | 59 VoiceMediaChannel* CreateMediaChannel(
|
D | webrtc_video_engine_unittest.cc | 478 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 …]
|
D | webrtc_voice_engine_unittest.cc | 236 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()
|
D | webrtc_video_engine.h | 105 VideoMediaChannel* CreateMediaChannel(
|
D | webrtc_voice_engine.cc | 353 VoiceMediaChannel* WebRtcVoiceEngine::CreateMediaChannel( in CreateMediaChannel() function in cricket::WebRtcVoiceEngine
|
D | webrtc_video_engine.cc | 578 VideoMediaChannel* WebRtcVideoEngine::CreateMediaChannel( in CreateMediaChannel() function in cricket::WebRtcVideoEngine
|
/external/webrtc/pc/ |
D | channel_manager.cc | 211 VoiceMediaChannel* media_channel = media_engine_->voice().CreateMediaChannel( in CreateVoiceChannel() 281 VideoMediaChannel* media_channel = media_engine_->video().CreateMediaChannel( in CreateVideoChannel()
|