Home
last modified time | relevance | path

Searched defs:offerSdp (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCClient.java84 public final SessionDescription offerSdp; field in AppRTCClient.SignalingParameters
88 String clientId, String wssUrl, String wssPostUrl, SessionDescription offerSdp, in SignalingParameters()
DRoomParametersFetcher.java87 SessionDescription offerSdp = null; in roomHttpResponseParse() local
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DPeerConnectionEndToEndTest.java718 SessionDescription offerSdp = sdpLatch.getSdp(); in testCompleteSession() local
965 SessionDescription offerSdp = sdpLatch.getSdp(); in testDataChannelOnlySession() local
1130 SessionDescription offerSdp = sdpLatch.getSdp(); in testSurfaceIceCandidatesWhenIceTransportTypeChanged() local
1209 SessionDescription offerSdp = sdpLatch.getSdp(); in testTrackRemovalAndAddition() local
1413 SessionDescription offerSdp = sdpLatch.getSdp(); in testRemoteStreamUpdatedWhenTracksAddedOrRemoved() local
1498 SessionDescription offerSdp = sdpLatch.getSdp(); in negotiate() local
/external/webrtc/examples/androidjunit/src/org/appspot/apprtc/
DDirectRTCClientTest.java128 SessionDescription offerSdp = new SessionDescription(SessionDescription.Type.OFFER, DUMMY_SDP); in testDirectRTCClient() local