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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 172 ice_role_(ICEROLE_UNKNOWN),
220 if (ice_role_ != ice_role) {
221 ice_role_ = ice_role;
365 port->SetIceRole(ice_role_);
598 ASSERT(ice_role_ == ICEROLE_CONTROLLED);
    [all...]
p2ptransportchannel.h 80 virtual IceRole GetIceRole() const { return ice_role_; }
247 IceRole ice_role_; member in class:cricket::P2PTransportChannel
port.h 142 IceRole GetIceRole() const { return ice_role_; }
143 void SetIceRole(IceRole role) { ice_role_ = role; }
385 IceRole ice_role_; member in class:cricket::Port
transport.h 242 IceRole ice_role() const { return ice_role_; }
488 IceRole ice_role_; member in class:cricket::Transport
transport.cc 91 ice_role_(ICEROLE_UNKNOWN),
176 impl->SetIceRole(ice_role_);
591 ice_role_ = role;
594 iter->second->SetIceRole(ice_role_);
699 if (ice_role_ == ICEROLE_CONTROLLED &&
port.cc 182 ice_role_(ICEROLE_UNKNOWN),
209 ice_role_(ICEROLE_UNKNOWN),
520 switch (ice_role_) {
    [all...]

Completed in 30 milliseconds