/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/ |
D | PeerConnectionTest.java | 31 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/ |
D | PeerConnection.java | 47 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/ |
D | peerconnectioninterface.h | 183 enum IceGatheringState { enum 430 virtual IceGatheringState ice_gathering_state() = 0; 475 PeerConnectionInterface::IceGatheringState new_state) {} in OnIceGatheringChange()
|
D | peerconnection.h | 112 IceGatheringState ice_gathering_state() override; 183 void OnIceGatheringChange(IceGatheringState new_state) override; 355 IceGatheringState ice_gathering_state_;
|
D | peerconnectionproxy.h | 77 PROXY_METHOD0(IceGatheringState, ice_gathering_state)
|
D | webrtcsession.h | 96 PeerConnectionInterface::IceGatheringState new_state) {} in OnIceGatheringChange() 451 void OnTransportControllerGatheringState(cricket::IceGatheringState state);
|
D | peerconnectionfactory_unittest.cc | 96 PeerConnectionInterface::IceGatheringState new_state) {} in OnIceGatheringChange()
|
D | peerconnection.cc | 826 PeerConnectionInterface::IceGatheringState 1308 PeerConnectionInterface::IceGatheringState new_state) { in OnIceGatheringChange()
|
D | peerconnection_unittest.cc | 239 webrtc::PeerConnectionInterface::IceGatheringState new_state) override { in OnIceGatheringChange() 706 webrtc::PeerConnectionInterface::IceGatheringState ice_gathering_state() { in ice_gathering_state()
|
/external/webrtc/webrtc/p2p/base/ |
D | transportcontroller.cc | 246 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()
|
D | transportcontroller.h | 105 sigslot::signal1<IceGatheringState> SignalGatheringState; 206 IceGatheringState gathering_state_ = kIceGatheringNew;
|
D | p2ptransportchannel.h | 87 IceGatheringState gathering_state() const override { in gathering_state() 290 IceGatheringState gathering_state_;
|
D | transportchannelimpl.h | 85 virtual IceGatheringState gathering_state() const = 0;
|
D | transportcontroller_unittest.cc | 37 using cricket::IceGatheringState; 162 void OnGatheringState(IceGatheringState state) { in OnGatheringState() 186 IceGatheringState gathering_state_ = cricket::kIceGatheringNew;
|
D | faketransportcontroller.h | 130 IceGatheringState gathering_state() const override { in gathering_state() 339 IceGatheringState gathering_state_ = kIceGatheringNew;
|
D | transport.h | 75 enum IceGatheringState { enum
|
D | dtlstransportchannel.h | 186 IceGatheringState gathering_state() const override { in gathering_state()
|
D | p2ptransportchannel_unittest.cc | 1487 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/objc/ |
D | RTCPeerConnectionObserver.h | 66 PeerConnectionInterface::IceGatheringState new_state) override;
|
D | RTCEnumConverter.h | 42 (webrtc::PeerConnectionInterface::IceGatheringState)nativeState;
|
D | RTCPeerConnectionObserver.mm | 93 PeerConnectionInterface::IceGatheringState new_state) {
|
D | RTCEnumConverter.mm | 58 (webrtc::PeerConnectionInterface::IceGatheringState)nativeState { argument
|
/external/webrtc/talk/app/webrtc/test/ |
D | peerconnectiontestwrapper.h | 66 webrtc::PeerConnectionInterface::IceGatheringState new_state) {} in OnIceGatheringChange()
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | PeerConnectionClient.java | 953 PeerConnection.IceGatheringState newState) { in onIceGatheringChange()
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 262 PeerConnectionInterface::IceGatheringState new_state) override { in OnIceGatheringChange() 1879 PeerConnectionInterface::IceGatheringState state = in JOW()
|