Home
last modified time | relevance | path

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

12345678910>>...12

/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/objc/Framework/Classes/
H A DRTCPeerConnection+Private.h45 PeerConnectionInterface::IceGatheringState new_state) override;
94 + (webrtc::PeerConnectionInterface::IceGatheringState)
98 (webrtc::PeerConnectionInterface::IceGatheringState)nativeState;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/objc/api/peerconnection/
H A DRTCPeerConnection+Private.h47 void OnIceGatheringChange(PeerConnectionInterface::IceGatheringState new_state) override;
118 + (webrtc::PeerConnectionInterface::IceGatheringState)nativeIceGatheringStateForState:
122 (webrtc::PeerConnectionInterface::IceGatheringState)nativeState;
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/objc/api/peerconnection/
H A DRTCPeerConnection+Private.h47 void OnIceGatheringChange(PeerConnectionInterface::IceGatheringState new_state) override;
121 + (webrtc::PeerConnectionInterface::IceGatheringState)nativeIceGatheringStateForState:
125 (webrtc::PeerConnectionInterface::IceGatheringState)nativeState;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/objc/api/peerconnection/
H A DRTCPeerConnection+Private.h47 void OnIceGatheringChange(PeerConnectionInterface::IceGatheringState new_state) override;
120 + (webrtc::PeerConnectionInterface::IceGatheringState)nativeIceGatheringStateForState:
124 (webrtc::PeerConnectionInterface::IceGatheringState)nativeState;
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/base/
H A Dmockicetransport.h65 IceGatheringState gathering_state() const override { in gathering_state()
66 return IceGatheringState::kIceGatheringComplete; in gathering_state()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/p2p/base/
H A Dmock_ice_transport.h72 IceGatheringState gathering_state() const override { in gathering_state()
73 return IceGatheringState::kIceGatheringComplete; in gathering_state()
H A Dice_transport_internal.h55 enum IceGatheringState { enum
261 virtual IceGatheringState gathering_state() const = 0;
/dports/net-im/tg_owt/tg_owt-d578c76/src/p2p/base/
H A Dmock_ice_transport.h77 IceGatheringState gathering_state() const override { in gathering_state()
78 return IceGatheringState::kIceGatheringComplete; in gathering_state()
H A Dice_transport_internal.h56 enum IceGatheringState { enum
273 virtual IceGatheringState gathering_state() const = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/p2p/base/
H A Dmock_ice_transport.h77 IceGatheringState gathering_state() const override { in gathering_state()
78 return IceGatheringState::kIceGatheringComplete; in gathering_state()
H A Dice_transport_internal.h55 enum IceGatheringState { enum
261 virtual IceGatheringState gathering_state() const = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/peerconnection/adapters/
H A Dice_transport_proxy.h53 virtual void OnGatheringStateChanged(cricket::IceGatheringState new_state) { in OnGatheringStateChanged()
100 void OnGatheringStateChanged(cricket::IceGatheringState new_state);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/adapters/
H A Dice_transport_proxy.h53 virtual void OnGatheringStateChanged(cricket::IceGatheringState new_state) { in OnGatheringStateChanged()
100 void OnGatheringStateChanged(cricket::IceGatheringState new_state);
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/android/api/org/webrtc/
H A DPeerConnection.java29 public enum IceGatheringState { NEW, GATHERING, COMPLETE } enum in PeerConnection
70 public void onIceGatheringChange(IceGatheringState newState); in onIceGatheringChange()
289 public native IceGatheringState iceGatheringState(); in iceGatheringState()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DPeerConnectionTest.java40 import org.webrtc.PeerConnection.IceGatheringState;
69 private LinkedList<IceGatheringState> expectedIceGatheringChanges =
70 new LinkedList<IceGatheringState>();
171 public synchronized void expectIceGatheringChange(IceGatheringState newState) { in expectIceGatheringChange()
176 public synchronized void onIceGatheringChange(IceGatheringState newState) { in onIceGatheringChange()
180 if (newState == IceGatheringState.GATHERING) { in onIceGatheringChange()
638 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testCompleteSession()
639 answeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testCompleteSession()
832 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testTrackRemovalAndAddition()
863 answeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testTrackRemovalAndAddition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/peerconnection/
H A Drtc_ice_transport.h147 void OnGatheringStateChanged(cricket::IceGatheringState new_state) override;
168 cricket::IceGatheringState gathering_state_ = cricket::kIceGatheringNew;
H A Drtc_peer_connection.h346 webrtc::PeerConnectionInterface::IceGatheringState) override;
550 webrtc::PeerConnectionInterface::IceGatheringState);
551 bool SetIceGatheringState(webrtc::PeerConnectionInterface::IceGatheringState);
586 webrtc::PeerConnectionInterface::IceGatheringState ice_gathering_state_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/
H A Drtc_ice_transport.h159 void OnGatheringStateChanged(cricket::IceGatheringState new_state) override;
180 cricket::IceGatheringState gathering_state_ = cricket::kIceGatheringNew;
H A Drtc_peer_connection.h344 webrtc::PeerConnectionInterface::IceGatheringState) override;
540 webrtc::PeerConnectionInterface::IceGatheringState);
541 bool SetIceGatheringState(webrtc::PeerConnectionInterface::IceGatheringState);
572 webrtc::PeerConnectionInterface::IceGatheringState ice_gathering_state_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DPeerConnectionEndToEndTest.java43 import org.webrtc.PeerConnection.IceGatheringState;
254 public synchronized void onIceGatheringChange(IceGatheringState newState) { in onIceGatheringChange()
258 if (newState == IceGatheringState.GATHERING) { in onIceGatheringChange()
748 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testCompleteSession()
749 answeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testCompleteSession()
989 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testDataChannelOnlySession()
990 answeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testDataChannelOnlySession()
1217 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testTrackRemovalAndAddition()
1249 answeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testTrackRemovalAndAddition()
1478 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testRemoteStreamUpdatedWhenTracksAddedOrRemoved()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/instrumentationtests/src/org/webrtc/
H A DPeerConnectionEndToEndTest.java43 import org.webrtc.PeerConnection.IceGatheringState;
254 public synchronized void onIceGatheringChange(IceGatheringState newState) { in onIceGatheringChange()
258 if (newState == IceGatheringState.GATHERING) { in onIceGatheringChange()
748 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testCompleteSession()
749 answeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testCompleteSession()
989 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testDataChannelOnlySession()
990 answeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testDataChannelOnlySession()
1217 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testTrackRemovalAndAddition()
1249 answeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testTrackRemovalAndAddition()
1478 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testRemoteStreamUpdatedWhenTracksAddedOrRemoved()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DPeerConnectionEndToEndTest.java43 import org.webrtc.PeerConnection.IceGatheringState;
254 public synchronized void onIceGatheringChange(IceGatheringState newState) { in onIceGatheringChange()
258 if (newState == IceGatheringState.GATHERING) { in onIceGatheringChange()
748 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testCompleteSession()
749 answeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testCompleteSession()
989 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testDataChannelOnlySession()
990 answeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testDataChannelOnlySession()
1217 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testTrackRemovalAndAddition()
1249 answeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testTrackRemovalAndAddition()
1478 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testRemoteStreamUpdatedWhenTracksAddedOrRemoved()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DPeerConnectionEndToEndTest.java43 import org.webrtc.PeerConnection.IceGatheringState;
254 public synchronized void onIceGatheringChange(IceGatheringState newState) { in onIceGatheringChange()
258 if (newState == IceGatheringState.GATHERING) { in onIceGatheringChange()
748 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testCompleteSession()
749 answeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testCompleteSession()
989 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testDataChannelOnlySession()
990 answeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testDataChannelOnlySession()
1217 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testTrackRemovalAndAddition()
1249 answeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testTrackRemovalAndAddition()
1478 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE); in testRemoteStreamUpdatedWhenTracksAddedOrRemoved()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_PcObserverStateType.rs11 IceGatheringState = "IceGatheringState", enumerator
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_PcObserverStateType.rs11 IceGatheringState = "IceGatheringState", enumerator

12345678910>>...12