Searched refs:peer_connection (Results 1 – 3 of 3) sorted by relevance
414 auto peer_connection = peer_connection_factory_->CreatePeerConnection( in CreateClientHandler() local417 if (!peer_connection) { in CreateClientHandler()422 if (!client_handler->SetPeerConnection(std::move(peer_connection))) { in CreateClientHandler()
46 rtc::scoped_refptr<webrtc::PeerConnectionInterface> peer_connection);
288 rtc::scoped_refptr<webrtc::PeerConnectionInterface> peer_connection) { in SetPeerConnection() argument289 peer_connection_ = peer_connection; in SetPeerConnection()