Searched refs:peer_connection_factory_ (Results 1 – 5 of 5) sorted by relevance
113 peer_connection_factory_ = webrtc::CreatePeerConnectionFactory( in CreatePc()120 if (!peer_connection_factory_) { in CreatePc()126 peer_connection_ = peer_connection_factory_->CreatePeerConnection( in CreatePc()314 peer_connection_factory_->CreateLocalMediaStream(stream_id); in GetUserMedia()321 peer_connection_factory_->CreateAudioSource(options); in GetUserMedia()323 peer_connection_factory_->CreateAudioTrack(kAudioTrackLabelBase, in GetUserMedia()340 peer_connection_factory_->CreateVideoTrack(videotrack_label, source)); in GetUserMedia()
54 return peer_connection_factory_; in pc_factory()126 peer_connection_factory_; variable
130 RTC_DCHECK(!peer_connection_factory_); in InitializePeerConnection()133 peer_connection_factory_ = webrtc::CreatePeerConnectionFactory( in InitializePeerConnection()142 if (!peer_connection_factory_) { in InitializePeerConnection()175 RTC_DCHECK(peer_connection_factory_); in CreatePeerConnection()185 peer_connection_ = peer_connection_factory_->CreatePeerConnection( in CreatePeerConnection()194 peer_connection_factory_ = nullptr; in DeletePeerConnection()440 peer_connection_factory_->CreateAudioTrack( in AddTracks()441 kAudioLabel, peer_connection_factory_->CreateAudioSource( in AddTracks()453 peer_connection_factory_->CreateVideoTrack(kVideoLabel, video_device)); in AddTracks()
127 peer_connection_factory_; variable
226 return peer_connection_factory_.get(); in pc_factory()332 peer_connection_factory_->CreateAudioSource(options); in CreateLocalAudioTrack()335 return peer_connection_factory_->CreateAudioTrack(rtc::CreateRandomUuid(), in CreateLocalAudioTrack()616 RTC_DCHECK(!peer_connection_factory_); in Init()666 peer_connection_factory_ = webrtc::CreateModularPeerConnectionFactory( in Init()669 if (!peer_connection_factory_) { in Init()673 peer_connection_factory_->SetOptions(*options); in Init()700 return peer_connection_factory_->CreatePeerConnection( in CreatePeerConnection()725 peer_connection_factory_->CreateVideoTrack( in CreateLocalVideoTrackInternal()1019 peer_connection_factory_; member in webrtc::__anonb00edc420111::PeerConnectionWrapper