Home
last modified time | relevance | path

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

12

/external/webrtc/sdk/objc/api/peerconnection/
DRTCPeerConnection+Private.h47 void OnIceGatheringChange(PeerConnectionInterface::IceGatheringState new_state) override;
120 + (webrtc::PeerConnectionInterface::IceGatheringState)nativeIceGatheringStateForState:
124 (webrtc::PeerConnectionInterface::IceGatheringState)nativeState;
DRTCPeerConnection.mm205 PeerConnectionInterface::IceGatheringState new_state) {
824 + (webrtc::PeerConnectionInterface::IceGatheringState)
837 (webrtc::PeerConnectionInterface::IceGatheringState)nativeState { argument
/external/webrtc/p2p/base/
Dmock_ice_transport.h77 IceGatheringState gathering_state() const override { in gathering_state()
78 return IceGatheringState::kIceGatheringComplete; in gathering_state()
Dice_transport_internal.h55 enum IceGatheringState { enum
261 virtual IceGatheringState gathering_state() const = 0;
Dfake_ice_transport.h183 IceGatheringState gathering_state() const override { in gathering_state()
327 IceGatheringState gathering_state_ = kIceGatheringNew;
Dp2p_transport_channel.h117 IceGatheringState gathering_state() const override;
396 IceGatheringState gathering_state_ RTC_GUARDED_BY(network_thread_);
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DPeerConnectionEndToEndTest.java43 import org.webrtc.PeerConnection.IceGatheringState;
77 private Queue<IceGatheringState> expectedIceGatheringChanges = new ArrayDeque<>();
247 public synchronized void expectIceGatheringChange(IceGatheringState newState) { in expectIceGatheringChange()
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()
[all …]
/external/webrtc/api/test/
Ddummy_peer_connection.h224 IceGatheringState ice_gathering_state() override { in ice_gathering_state()
225 return IceGatheringState(); in ice_gathering_state()
Dmock_peerconnectioninterface.h183 MOCK_METHOD(IceGatheringState, ice_gathering_state, (), (override));
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnection.java33 public enum IceGatheringState { enum in PeerConnection
39 static IceGatheringState fromNativeIndex(int nativeIndex) { in fromNativeIndex()
116 @CalledByNative("Observer") void onIceGatheringChange(IceGatheringState newState); in onIceGatheringChange()
1176 public IceGatheringState iceGatheringState() { in iceGatheringState()
1251 private native IceGatheringState nativeIceGatheringState(); in nativeIceGatheringState()
/external/webrtc/pc/test/
Dfake_peer_connection_base.h216 IceGatheringState ice_gathering_state() override { in ice_gathering_state()
217 return IceGatheringState::kIceGatheringNew; in ice_gathering_state()
Dpeer_connection_test_wrapper.h77 webrtc::PeerConnectionInterface::IceGatheringState new_state) override {} in OnIceGatheringChange()
Dmock_peer_connection_observers.h107 PeerConnectionInterface::IceGatheringState new_state) override { in OnIceGatheringChange()
/external/webrtc/examples/objcnativeapi/objc/
Dobjc_call_client.h49 webrtc::PeerConnectionInterface::IceGatheringState new_state) override;
Dobjc_call_client.mm195 webrtc::PeerConnectionInterface::IceGatheringState new_state) {
/external/webrtc/examples/androidnativeapi/jni/
Dandroid_call_client.cc42 webrtc::PeerConnectionInterface::IceGatheringState new_state) override;
236 webrtc::PeerConnectionInterface::IceGatheringState new_state) { in OnIceGatheringChange()
/external/webrtc/examples/peerconnection/client/
Dconductor.h79 webrtc::PeerConnectionInterface::IceGatheringState new_state) override {} in OnIceGatheringChange()
/external/webrtc/pc/
Djsep_transport_controller.h210 sigslot::signal1<cricket::IceGatheringState> SignalIceGatheringState;
378 cricket::IceGatheringState ice_gathering_state_ = cricket::kIceGatheringNew;
Dpeer_connection.h191 IceGatheringState ice_gathering_state() override;
517 void OnIceGatheringChange(IceGatheringState new_state)
1024 void OnTransportControllerGatheringState(cricket::IceGatheringState state)
1159 IceGatheringState ice_gathering_state_ RTC_GUARDED_BY(signaling_thread()) =
/external/webrtc/api/
Dpeer_connection_interface.h167 enum IceGatheringState { enum
1067 virtual IceGatheringState ice_gathering_state() = 0;
1159 PeerConnectionInterface::IceGatheringState new_state) = 0;
Dpeer_connection_proxy.h133 PROXY_METHOD0(IceGatheringState, ice_gathering_state)
/external/webrtc/sdk/android/src/jni/pc/
Dpeer_connection.h63 PeerConnectionInterface::IceGatheringState new_state) override;
/external/webrtc/examples/unityplugin/
Dsimple_peer_connection.h84 webrtc::PeerConnectionInterface::IceGatheringState new_state) override {} in OnIceGatheringChange()
/external/webrtc/test/peer_scenario/
Dpeer_scenario_client.h48 std::vector<std::function<void(PeerConnectionInterface::IceGatheringState)>>
Dpeer_scenario_client.cc77 PeerConnectionInterface::IceGatheringState new_state) override { in OnIceGatheringChange()

12