Home
last modified time | relevance | path

Searched refs:peer_connection_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dconnection_controller.cpp97 peer_connection_->CreateOffer(ThisAsCreateSDPObserver(), {} /*options*/); in CreateOffer()
130 peer_connection_->AddIceCandidate( in AddPendingIceCandidates()
144 peer_connection_ = CF_EXPECT(connection_builder_.Build(*this, ice_servers), in OnOfferRequestMsg()
152 peer_connection_->SetRemoteDescription(std::move(offer), in OnOfferMsg()
159 peer_connection_->SetRemoteDescription(std::move(answer), in OnAnswerMsg()
166 if (peer_connection_->remote_description()) { in OnIceCandidateMsg()
167 peer_connection_->AddIceCandidate( in OnIceCandidateMsg()
195 peer_connection_->SetLocalDescription(ThisAsSetSDPObserver(), desc); in OnCreateSDPSuccess()
232 auto remote_desc = peer_connection_->remote_description(); in OnSetRemoteDescriptionComplete()
239 peer_connection_->CreateAnswer(ThisAsCreateSDPObserver(), {} /*options*/); in OnSetRemoteDescriptionComplete()
[all …]
Dconnection_controller.h95 return peer_connection_; in peer_connection()
168 rtc::scoped_refptr<webrtc::PeerConnectionInterface> peer_connection_; variable