Home
last modified time | relevance | path

Searched refs:ice_gathering_state (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dpeerconnectionproxy.h77 PROXY_METHOD0(IceGatheringState, ice_gathering_state)
Dpeerconnection_unittest.cc240 EXPECT_EQ(pc()->ice_gathering_state(), new_state); in OnIceGatheringChange()
706 webrtc::PeerConnectionInterface::IceGatheringState ice_gathering_state() { in ice_gathering_state() function in PeerConnectionTestClient
707 return pc()->ice_gathering_state(); in ice_gathering_state()
1096 initiating_client_->ice_gathering_state()); in LocalP2PTest()
1101 receiving_client_->ice_gathering_state(), in LocalP2PTest()
Dpeerconnectioninterface.h430 virtual IceGatheringState ice_gathering_state() = 0;
Dpeerconnection.h112 IceGatheringState ice_gathering_state() override;
Dpeerconnectioninterface_unittest.cc467 EXPECT_EQ(pc_->ice_gathering_state(), new_state); in OnIceGatheringChange()
471 pc_->ice_gathering_state()); in OnIceCandidate()
487 pc_->ice_gathering_state()); in OnIceComplete()
1757 pc_->ice_gathering_state()); in TEST_F()
Dpeerconnection.cc827 PeerConnection::ice_gathering_state() { in ice_gathering_state() function in webrtc::PeerConnection
/external/webrtc/talk/app/webrtc/objc/
DRTCPeerConnection.mm243 ->ice_gathering_state()];
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1880 ExtractNativePC(jni, j_pc)->ice_gathering_state(); in JOW()