HomeSort by relevance Sort by last modified time
    Searched refs:peer_connection_factory_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.cc 89 ASSERT(peer_connection_factory_.get() == NULL);
92 peer_connection_factory_ = webrtc::CreatePeerConnectionFactory();
94 if (!peer_connection_factory_.get()) {
105 peer_connection_ = peer_connection_factory_->CreatePeerConnection(servers,
123 peer_connection_factory_ = NULL;
360 peer_connection_factory_->CreateAudioTrack(
361 kAudioLabel, peer_connection_factory_->CreateAudioSource(NULL)));
364 peer_connection_factory_->CreateVideoTrack(
366 peer_connection_factory_->CreateVideoSource(OpenVideoCaptureDevice(),
371 peer_connection_factory_->CreateLocalMediaStream(kStreamLabel)
    [all...]
conductor.h 135 peer_connection_factory_; member in class:Conductor
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection_unittest.cc 153 peer_connection_factory_->CreateLocalMediaStream(label);
165 peer_connection_factory_->CreateAudioTrack(kAudioTrackLabelBase,
238 peer_connection_factory_->CreateAudioTrack("dummy_track",
450 EXPECT_TRUE(!peer_connection_factory_);
464 peer_connection_factory_ = webrtc::CreatePeerConnectionFactory(
468 if (!peer_connection_factory_) {
482 return peer_connection_factory_.get();
521 peer_connection_factory_->CreateVideoSource(
525 return peer_connection_factory_->CreateVideoTrack(label, source);
540 peer_connection_factory_; member in class:PeerConnectionTestClientBase
    [all...]

Completed in 39 milliseconds