Home
last modified time | relevance | path

Searched refs:ice_role_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dp2ptransportchannel.cc172 ice_role_(ICEROLE_UNKNOWN), in P2PTransportChannel()
220 if (ice_role_ != ice_role) { in SetIceRole()
221 ice_role_ = ice_role; in SetIceRole()
371 port->SetIceRole(ice_role_); in OnPortReady()
604 ASSERT(ice_role_ == ICEROLE_CONTROLLED); in OnUseCandidate()
954 if (protocol_type_ != ICEPROTO_RFC5245 || ice_role_ == ICEROLE_CONTROLLING) { in SortConnections()
1190 if (remote_ice_mode_ == ICEMODE_FULL && ice_role_ == ICEROLE_CONTROLLING) { in PingConnection()
1210 if (protocol_type_ == ICEPROTO_RFC5245 && ice_role_ == ICEROLE_CONTROLLED) { in OnConnectionStateChange()
Dp2ptransportchannel.h80 virtual IceRole GetIceRole() const { return ice_role_; } in GetIceRole()
250 IceRole ice_role_; variable
Dport.h151 IceRole GetIceRole() const { return ice_role_; } in GetIceRole()
152 void SetIceRole(IceRole role) { ice_role_ = role; } in SetIceRole()
388 IceRole ice_role_; variable
Dtransport.cc154 ice_role_(ICEROLE_UNKNOWN), in Transport()
245 impl->SetIceRole(ice_role_); in CreateChannel_w()
719 ice_role_ = role; in SetIceRole_w()
722 iter->second->SetIceRole(ice_role_); in SetIceRole_w()
874 if (ice_role_ == ICEROLE_CONTROLLED && in NegotiateTransportDescription_w()
Dtransport.h251 IceRole ice_role() const { return ice_role_; } in ice_role()
507 IceRole ice_role_; variable
Dport.cc188 ice_role_(ICEROLE_UNKNOWN), in Port()
214 ice_role_(ICEROLE_UNKNOWN), in Port()
557 switch (ice_role_) { in MaybeIceRoleConflict()
736 if (ice_role_ == ICEROLE_CONTROLLED) in OnConnectionDestroyed()
748 ASSERT(ice_role_ == ICEROLE_CONTROLLED); in CheckTimeout()