Home
last modified time | relevance | path

Searched refs:peer_connection (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dstreamer.cpp414 auto peer_connection = peer_connection_factory_->CreatePeerConnection( in CreateClientHandler() local
417 if (!peer_connection) { in CreateClientHandler()
422 if (!client_handler->SetPeerConnection(std::move(peer_connection))) { in CreateClientHandler()
Dclient_handler.h46 rtc::scoped_refptr<webrtc::PeerConnectionInterface> peer_connection);
Dclient_handler.cpp288 rtc::scoped_refptr<webrtc::PeerConnectionInterface> peer_connection) { in SetPeerConnection() argument
289 peer_connection_ = peer_connection; in SetPeerConnection()