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

/external/webrtc/talk/app/webrtc/
H A Dpeerconnectioninterface_unittest.cc527 pc_factory_ = webrtc::CreatePeerConnectionFactory(
530 ASSERT_TRUE(pc_factory_.get() != NULL);
575 pc_ = pc_factory_->CreatePeerConnection(
590 pc = pc_factory_->CreatePeerConnection(config, nullptr, nullptr, nullptr,
626 pc_factory_->CreateLocalMediaStream(label));
628 pc_factory_->CreateVideoSource(new cricket::FakeVideoCapturer(), NULL));
630 pc_factory_->CreateVideoTrack(label + "v0", video_source));
640 pc_factory_->CreateLocalMediaStream(label));
642 pc_factory_->CreateAudioTrack(label + "a0", NULL));
654 pc_factory_
935 scoped_refptr<webrtc::PeerConnectionFactoryInterface> pc_factory_; member in class:PeerConnectionInterfaceTest
[all...]

Completed in 88 milliseconds