/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/ |
D | PeerConnectionTest.java | 30 import org.webrtc.PeerConnection.IceConnectionState; 69 private LinkedList<IceConnectionState> expectedIceConnectionChanges = 70 new LinkedList<IceConnectionState>(); 157 IceConnectionState newState) { in expectIceConnectionChange() 163 IceConnectionState newState) { in onIceConnectionChange() 166 if (newState.equals(IceConnectionState.COMPLETED)) { in onIceConnectionChange() 626 IceConnectionState.CHECKING); 628 IceConnectionState.CONNECTED); 635 IceConnectionState.CHECKING); 637 IceConnectionState.CONNECTED); [all …]
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | PeerConnection.java | 51 public enum IceConnectionState { enum in PeerConnection 67 public void onIceConnectionChange(IceConnectionState newState); in onIceConnectionChange() 261 public native IceConnectionState iceConnectionState(); in iceConnectionState()
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsession.h | 93 PeerConnectionInterface::IceConnectionState new_state) {} in OnIceConnectionChange() 423 void SetIceConnectionState(PeerConnectionInterface::IceConnectionState state); 449 void OnTransportControllerConnectionState(cricket::IceConnectionState state); 488 PeerConnectionInterface::IceConnectionState ice_connection_state_;
|
D | peerconnectioninterface.h | 189 enum IceConnectionState { enum 429 virtual IceConnectionState ice_connection_state() = 0; 471 PeerConnectionInterface::IceConnectionState new_state) {} in OnIceConnectionChange()
|
D | peerconnection.h | 111 IceConnectionState ice_connection_state() override; 182 void OnIceConnectionChange(IceConnectionState new_state) override; 354 IceConnectionState ice_connection_state_;
|
D | peerconnectionproxy.h | 76 PROXY_METHOD0(IceConnectionState, ice_connection_state)
|
D | peerconnectionfactory_unittest.cc | 94 PeerConnectionInterface::IceConnectionState new_state) {} in OnIceConnectionChange()
|
D | webrtcsession.cc | 1518 PeerConnectionInterface::IceConnectionState state) { in SetIceConnectionState() 1570 cricket::IceConnectionState state) { in OnTransportControllerConnectionState()
|
D | peerconnection.cc | 821 PeerConnectionInterface::IceConnectionState 1296 PeerConnectionInterface::IceConnectionState new_state) { in OnIceConnectionChange()
|
D | peerconnection_unittest.cc | 235 webrtc::PeerConnectionInterface::IceConnectionState new_state) override { in OnIceConnectionChange() 702 webrtc::PeerConnectionInterface::IceConnectionState ice_connection_state() { in ice_connection_state()
|
D | webrtcsession_unittest.cc | 183 PeerConnectionInterface::IceConnectionState new_state) { in OnIceConnectionChange() 233 PeerConnectionInterface::IceConnectionState ice_connection_state_;
|
D | peerconnectioninterface_unittest.cc | 462 PeerConnectionInterface::IceConnectionState new_state) { in OnIceConnectionChange()
|
/external/webrtc/webrtc/p2p/base/ |
D | transportcontroller.cc | 232 rtc::TypedMessageData<IceConnectionState>* data = in OnMessage() 233 static_cast<rtc::TypedMessageData<IceConnectionState>*>(pmsg->pdata); in OnMessage() 552 IceConnectionState new_connection_state = kIceConnectionConnecting; in UpdateAggregateStates_w() 587 new rtc::TypedMessageData<IceConnectionState>(new_connection_state)); in UpdateAggregateStates_w()
|
D | transportcontroller.h | 97 sigslot::signal1<IceConnectionState> SignalConnectionState; 204 IceConnectionState connection_state_ = kIceConnectionConnecting;
|
D | transportcontroller_unittest.cc | 36 using cricket::IceConnectionState; 146 void OnConnectionState(IceConnectionState state) { in OnConnectionState() 184 IceConnectionState connection_state_ = cricket::kIceConnectionConnecting;
|
D | transport.h | 51 enum IceConnectionState { enum
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCPeerConnectionObserver.h | 62 PeerConnectionInterface::IceConnectionState new_state) override;
|
D | RTCEnumConverter.h | 39 (webrtc::PeerConnectionInterface::IceConnectionState)nativeState;
|
D | RTCPeerConnectionObserver.mm | 85 PeerConnectionInterface::IceConnectionState new_state) {
|
D | RTCEnumConverter.mm | 35 (webrtc::PeerConnectionInterface::IceConnectionState)nativeState { argument
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | PeerConnectionClient.java | 30 import org.webrtc.PeerConnection.IceConnectionState; 935 final PeerConnection.IceConnectionState newState) { in onIceConnectionChange() 940 if (newState == IceConnectionState.CONNECTED) { in onIceConnectionChange() 942 } else if (newState == IceConnectionState.DISCONNECTED) { in onIceConnectionChange() 944 } else if (newState == IceConnectionState.FAILED) { in onIceConnectionChange()
|
/external/webrtc/talk/app/webrtc/test/ |
D | peerconnectiontestwrapper.h | 64 webrtc::PeerConnectionInterface::IceConnectionState new_state) {} in OnIceConnectionChange()
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 242 PeerConnectionInterface::IceConnectionState new_state) override { in OnIceConnectionChange() 1873 PeerConnectionInterface::IceConnectionState state = in JOW()
|