Home
last modified time | relevance | path

Searched defs:peer_connection (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dclient_handler.cpp91 rtc::scoped_refptr<webrtc::PeerConnectionInterface> peer_connection, in AddTrackToConnection()
147 auto peer_connection = controller_.peer_connection(); in AddAudio() local
169 auto peer_connection = in Build() local
/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dconnection_controller.h94 rtc::scoped_refptr<webrtc::PeerConnectionInterface> peer_connection() { in peer_connection() function