Home
last modified time | relevance | path

Searched refs:IceGatheringState (Results 1 – 25 of 28) sorted by relevance

12

/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
DPeerConnectionTest.java31 import org.webrtc.PeerConnection.IceGatheringState;
71 private LinkedList<IceGatheringState> expectedIceGatheringChanges =
72 new LinkedList<IceGatheringState>();
184 IceGatheringState newState) { in expectIceGatheringChange()
189 public synchronized void onIceGatheringChange(IceGatheringState newState) { in onIceGatheringChange()
193 if (newState == IceGatheringState.GATHERING) { in onIceGatheringChange()
607 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE);
608 answeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE);
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DPeerConnection.java47 public enum IceGatheringState { NEW, GATHERING, COMPLETE }; enum in PeerConnection
73 public void onIceGatheringChange(IceGatheringState newState); in onIceGatheringChange()
263 public native IceGatheringState iceGatheringState(); in iceGatheringState()
/external/webrtc/talk/app/webrtc/
Dpeerconnectioninterface.h183 enum IceGatheringState { enum
430 virtual IceGatheringState ice_gathering_state() = 0;
475 PeerConnectionInterface::IceGatheringState new_state) {} in OnIceGatheringChange()
Dpeerconnection.h112 IceGatheringState ice_gathering_state() override;
183 void OnIceGatheringChange(IceGatheringState new_state) override;
355 IceGatheringState ice_gathering_state_;
Dpeerconnectionproxy.h77 PROXY_METHOD0(IceGatheringState, ice_gathering_state)
Dwebrtcsession.h96 PeerConnectionInterface::IceGatheringState new_state) {} in OnIceGatheringChange()
451 void OnTransportControllerGatheringState(cricket::IceGatheringState state);
Dpeerconnectionfactory_unittest.cc96 PeerConnectionInterface::IceGatheringState new_state) {} in OnIceGatheringChange()
Dpeerconnection_unittest.cc239 webrtc::PeerConnectionInterface::IceGatheringState new_state) override { in OnIceGatheringChange()
706 webrtc::PeerConnectionInterface::IceGatheringState ice_gathering_state() { in ice_gathering_state()
Dpeerconnection.cc826 PeerConnectionInterface::IceGatheringState
1308 PeerConnectionInterface::IceGatheringState new_state) { in OnIceGatheringChange()
/external/webrtc/talk/app/webrtc/objc/
DRTCPeerConnectionObserver.h66 PeerConnectionInterface::IceGatheringState new_state) override;
DRTCEnumConverter.h42 (webrtc::PeerConnectionInterface::IceGatheringState)nativeState;
DRTCPeerConnectionObserver.mm93 PeerConnectionInterface::IceGatheringState new_state) {
DRTCEnumConverter.mm58 (webrtc::PeerConnectionInterface::IceGatheringState)nativeState { argument
/external/webrtc/webrtc/p2p/base/
Dtransportcontroller.cc246 rtc::TypedMessageData<IceGatheringState>* data = in OnMessage()
247 static_cast<rtc::TypedMessageData<IceGatheringState>*>(pmsg->pdata); in OnMessage()
553 IceGatheringState new_gathering_state = kIceGatheringNew; in UpdateAggregateStates_w()
605 new rtc::TypedMessageData<IceGatheringState>(new_gathering_state)); in UpdateAggregateStates_w()
Dtransportcontroller.h105 sigslot::signal1<IceGatheringState> SignalGatheringState;
206 IceGatheringState gathering_state_ = kIceGatheringNew;
Dp2ptransportchannel.h87 IceGatheringState gathering_state() const override { in gathering_state()
290 IceGatheringState gathering_state_;
Dtransportchannelimpl.h85 virtual IceGatheringState gathering_state() const = 0;
Dtransportcontroller_unittest.cc37 using cricket::IceGatheringState;
162 void OnGatheringState(IceGatheringState state) { in OnGatheringState()
186 IceGatheringState gathering_state_ = cricket::kIceGatheringNew;
Dfaketransportcontroller.h130 IceGatheringState gathering_state() const override { in gathering_state()
339 IceGatheringState gathering_state_ = kIceGatheringNew;
Dtransport.h75 enum IceGatheringState { enum
Ddtlstransportchannel.h186 IceGatheringState gathering_state() const override { in gathering_state()
Dp2ptransportchannel_unittest.cc1487 WAIT(cricket::IceGatheringState::kIceGatheringComplete == in TEST_F()
1490 EXPECT_EQ(cricket::IceGatheringState::kIceGatheringGathering, in TEST_F()
1493 EXPECT_EQ(cricket::IceGatheringState::kIceGatheringComplete, in TEST_F()
/external/webrtc/talk/app/webrtc/test/
Dpeerconnectiontestwrapper.h66 webrtc::PeerConnectionInterface::IceGatheringState new_state) {} in OnIceGatheringChange()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java953 PeerConnection.IceGatheringState newState) { in onIceGatheringChange()
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc262 PeerConnectionInterface::IceGatheringState new_state) override { in OnIceGatheringChange()
1879 PeerConnectionInterface::IceGatheringState state = in JOW()

12