Home
last modified time | relevance | path

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

/external/webrtc/pc/
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()
/external/webrtc/sdk/android/src/jni/pc/
Dice_candidate.cc27 const std::string& sdp_mid, in CreateJavaIceCandidate()
42 std::string sdp_mid = in JavaToNativeCandidate() local
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
/external/webrtc/api/
Djsep_ice_candidate.cc21 std::string JsepIceCandidate::sdp_mid() const { in sdp_mid() function in webrtc::JsepIceCandidate
/external/webrtc/test/peer_scenario/
Dsignaling_route.cc37 std::string sdp_mid; member
/external/webrtc/examples/unityplugin/
Dunity_plugin_apis.cc109 const char* sdp_mid) { in AddIceCandidate()
Dsimple_peer_connection.cc360 const char* sdp_mid) { in AddIceCandidate()
/external/webrtc/pc/test/
Dpeer_connection_test_wrapper.cc252 void PeerConnectionTestWrapper::AddIceCandidate(const std::string& sdp_mid, in AddIceCandidate()
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()
/external/webrtc/examples/peerconnection/client/
Dconductor.cc378 std::string sdp_mid; in OnMessageFromPeer() local