HomeSort by relevance Sort by last modified time
    Searched refs:ice_gathering_state_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection.cc 310 ice_gathering_state_(kIceGatheringNew) {
482 return ice_gathering_state_;
851 ice_gathering_state_ = new_state;
852 observer_->OnIceGatheringChange(ice_gathering_state_);
871 if (ice_gathering_state_ != kIceGatheringComplete) {
872 ice_gathering_state_ = kIceGatheringComplete;
873 observer_->OnIceGatheringChange(ice_gathering_state_);
peerconnection.h 195 IceGatheringState ice_gathering_state_; member in class:webrtc::PeerConnection
webrtcsession_unittest.cc 150 ice_gathering_state_(PeerConnectionInterface::kIceGatheringNew) {
161 ice_gathering_state_ = new_state;
186 EXPECT_NE(PeerConnectionInterface::kIceGatheringNew, ice_gathering_state_);
198 ice_gathering_state_);
205 PeerConnectionInterface::IceGatheringState ice_gathering_state_; member in class:MockIceObserver
359 observer_.ice_gathering_state_);
389 observer_.ice_gathering_state_,
    [all...]

Completed in 188 milliseconds