Searched refs:offeringPC (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
D | PeerConnectionEndToEndTest.java | 683 PeerConnection offeringPC = factory.createPeerConnection(rtcConfig, offeringExpectations); in testCompleteSession() local 684 assertNotNull(offeringPC); in testCompleteSession() 704 addTracksToPC(factory, offeringPC, videoSource, "offeredMediaStream", "offeredVideoTrack", in testCompleteSession() 711 DataChannel offeringDC = offeringPC.createDataChannel("offeringDC", new DataChannel.Init()); in testCompleteSession() 716 offeringPC.createOffer(sdpLatch, new MediaConstraints()); in testCompleteSession() 729 assertEquals(PeerConnection.SignalingState.STABLE, offeringPC.signalingState()); in testCompleteSession() 761 offeringPC.setLocalDescription(sdpLatch, offerSdp); in testCompleteSession() 784 offeringPC.setRemoteDescription(sdpLatch, answerSdp); in testCompleteSession() 788 assertEquals(offeringPC.getLocalDescription().type, offerSdp.type); in testCompleteSession() 789 assertEquals(offeringPC.getRemoteDescription().type, answerSdp.type); in testCompleteSession() [all …]
|
D | PeerConnectionTest.java | 172 PeerConnection offeringPC = in testCreationWithConfig() local 174 assertNotNull(offeringPC); in testCreationWithConfig() 187 PeerConnection offeringPC = in testCreationWithCertificate() local 190 RtcCertificatePem restoredCert = offeringPC.getCertificate(); in testCreationWithCertificate() 211 PeerConnection offeringPC = in testCreationWithCryptoOptions() local 213 assertNotNull(offeringPC); in testCreationWithCryptoOptions()
|