HomeSort by relevance Sort by last modified time
    Searched refs:sessionDescription (Results 1 - 11 of 11) sorted by null

  /external/webrtc/talk/app/webrtc/objc/
RTCSessionDescription+Internal.h 36 - (webrtc::SessionDescriptionInterface *)sessionDescription;
39 (const webrtc::SessionDescriptionInterface*)sessionDescription;
RTCSessionDescription.mm 56 (const webrtc::SessionDescriptionInterface*)sessionDescription {
57 if (!sessionDescription) {
63 const std::string& type = sessionDescription->type();
65 if (!sessionDescription->ToString(&sdp)) {
76 - (webrtc::SessionDescriptionInterface*)sessionDescription {
RTCPeerConnection.mm 195 sessionDescription:(RTCSessionDescription*)sdp {
199 self.peerConnection->SetLocalDescription(observer, sdp.sessionDescription);
204 sessionDescription:(RTCSessionDescription*)sdp {
208 self.peerConnection->SetRemoteDescription(observer, sdp.sessionDescription);
  /external/webrtc/talk/app/webrtc/objctests/
RTCSessionDescriptionSyncObserver.h 42 @property(atomic, strong) RTCSessionDescription *sessionDescription;
RTCPeerConnectionTest.mm 158 RTCSessionDescription* offerSDP = sdpObserver.sessionDescription;
167 sessionDescription:offerSDP];
181 RTCSessionDescription* answerSDP = sdpObserver.sessionDescription;
195 sessionDescription:answerSDP];
197 EXPECT_TRUE(sdpObserver.sessionDescription == NULL);
202 sessionDescription:offerSDP];
204 EXPECT_TRUE(sdpObserver.sessionDescription == NULL);
225 sessionDescription:answerSDP];
227 EXPECT_TRUE(sdpObserver.sessionDescription == NULL);
RTCSessionDescriptionSyncObserver.m 48 @synthesize sessionDescription = _sessionDescription;
84 self.sessionDescription = sdp;
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDSignalingMessage.h 42 @property(nonatomic, readonly) RTCSessionDescription *sessionDescription;
ARDSignalingMessage.m 89 @synthesize sessionDescription = _sessionDescription;
ARDAppClient.m 422 sessionDescription:sdpPreferringH264];
518 RTCSessionDescription *description = sdpMessage.sessionDescription;
524 sessionDescription:sdpPreferringH264];
ARDWebSocketChannel.m 220 RTCSessionDescription *description = sdpMessage.sessionDescription;
  /external/webrtc/talk/app/webrtc/objc/public/
RTCPeerConnection.h 66 // Note that a SessionDescription negotiation is needed before the
71 // Note that a SessionDescription negotiation is need before the
93 sessionDescription:(RTCSessionDescription *)sdp;
99 sessionDescription:(RTCSessionDescription *)sdp;

Completed in 3036 milliseconds