/external/webrtc/talk/app/webrtc/objc/ |
RTCSessionDescription.mm | 77 return webrtc::CreateSessionDescription(
|
/external/webrtc/webrtc/api/objctests/ |
RTCSessionDescriptionTest.mm | 49 nativeDescription = webrtc::CreateSessionDescription(
|
/external/webrtc/talk/app/webrtc/ |
jsep.h | 127 SessionDescriptionInterface* CreateSessionDescription(const std::string& type,
|
jsepsessiondescription.cc | 79 SessionDescriptionInterface* CreateSessionDescription(const std::string& type,
|
peerconnectioninterface_unittest.cc | 754 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer, 762 webrtc::CreateSessionDescription(SessionDescriptionInterface::kOffer, 782 webrtc::CreateSessionDescription(SessionDescriptionInterface::kAnswer, 795 webrtc::CreateSessionDescription(SessionDescriptionInterface::kPrAnswer, 821 webrtc::CreateSessionDescription( [all...] |
webrtcsession_unittest.cc | 80 using webrtc::CreateSessionDescription; [all...] |
peerconnection_unittest.cc | 789 webrtc::CreateSessionDescription("offer", msg, nullptr)); 805 webrtc::CreateSessionDescription("answer", msg, nullptr)); [all...] |
/external/webrtc/webrtc/api/objc/ |
RTCSessionDescription.mm | 45 webrtc::CreateSessionDescription([[self class] stringForType:_type],
|
/external/webrtc/talk/app/webrtc/test/ |
peerconnectiontestwrapper.cc | 185 observer, webrtc::CreateSessionDescription(type, sdp, NULL)); 197 observer, webrtc::CreateSessionDescription(type, sdp, NULL));
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
conductor.cc | 284 webrtc::CreateSessionDescription(type, sdp, &error)); 520 webrtc::CreateSessionDescription("answer", sdp, nullptr));
|
/external/webrtc/talk/app/webrtc/java/jni/ |
peerconnection_jni.cc | [all...] |