Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dconnection_controller.h94 rtc::scoped_refptr<webrtc::PeerConnectionInterface> peer_connection() { in peer_connection() function
/aosp_15_r20/external/webrtc/test/pc/e2e/
H A Dtest_peer_factory.cc359 rtc::scoped_refptr<PeerConnectionInterface> peer_connection = in CreateTestPeer() local
/aosp_15_r20/external/webrtc/rtc_tools/data_channel_benchmark/
H A Ddata_channel_benchmark.cc169 auto peer_connection = client.peerConnection(); in RunServer() local
/aosp_15_r20/external/webrtc/sdk/android/src/jni/pc/
H A Dpeer_connection.cc473 rtc::scoped_refptr<PeerConnectionInterface> peer_connection, in OwnedPeerConnection()
480 rtc::scoped_refptr<PeerConnectionInterface> peer_connection, in OwnedPeerConnection()
/aosp_15_r20/external/webrtc/pc/
H A Drtc_stats_integrationtest.cc706 const RTCPeerConnectionStats& peer_connection) { in VerifyRTCPeerConnectionStats()