Home
last modified time | relevance | path

Searched defs:sdp_mid (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/webrtc/pc/
H A Djsep_ice_candidate.cc22 IceCandidateInterface* CreateIceCandidate(const std::string& sdp_mid, in CreateIceCandidate()
35 const std::string& sdp_mid, in CreateIceCandidate()
42 JsepIceCandidate::JsepIceCandidate(const std::string& sdp_mid, in JsepIceCandidate()
46 JsepIceCandidate::JsepIceCandidate(const std::string& sdp_mid, in JsepIceCandidate()
/aosp_15_r20/external/webrtc/sdk/android/src/jni/pc/
H A Dice_candidate.cc27 const std::string& sdp_mid, in CreateJavaIceCandidate()
42 std::string sdp_mid = in JavaToNativeCandidate() local
H A Dpeer_connection.cc671 std::string sdp_mid = JavaToNativeString(jni, j_sdp_mid); in JNI_PeerConnection_AddIceCandidate() local
685 std::string sdp_mid = JavaToNativeString(jni, j_sdp_mid); in JNI_PeerConnection_AddIceCandidateWithObserver() local
/aosp_15_r20/external/webrtc/pc/test/
H A Dintegration_test_helpers.h1019 void SendIceMessage(const std::string& sdp_mid, in SendIceMessage()
1035 void RelayIceMessageIfReceiverExists(const std::string& sdp_mid, in RelayIceMessageIfReceiverExists()
1053 void ReceiveIceMessage(const std::string& sdp_mid, in ReceiveIceMessage()
H A Dpeer_connection_test_wrapper.cc252 void PeerConnectionTestWrapper::AddIceCandidate(const std::string& sdp_mid, in AddIceCandidate()
/aosp_15_r20/external/webrtc/api/
H A Djsep_ice_candidate.cc21 std::string JsepIceCandidate::sdp_mid() const { in sdp_mid() function in webrtc::JsepIceCandidate
/aosp_15_r20/external/webrtc/test/peer_scenario/
H A Dsignaling_route.cc37 std::string sdp_mid; member
/aosp_15_r20/external/webrtc/examples/unityplugin/
H A Dunity_plugin_apis.cc109 const char* sdp_mid) { in AddIceCandidate()
H A Dsimple_peer_connection.cc360 const char* sdp_mid) { in AddIceCandidate()
/aosp_15_r20/external/webrtc/examples/peerconnection/client/
H A Dconductor.cc378 std::string sdp_mid; in OnMessageFromPeer() local
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dconnection_controller.cpp396 auto sdp_mid = candidate->sdp_mid(); in OnIceCandidate() local