Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dtransport.cc74 ice_role_ = role; in SetIceRole()
76 kv.second->SetIceRole(ice_role_); in SetIceRole()
187 channel->SetIceRole(ice_role_); in CreateChannel()
370 if (ice_role_ == ICEROLE_CONTROLLED && in NegotiateTransportDescription()
Dp2ptransportchannel.cc219 ice_role_(ICEROLE_UNKNOWN), in P2PTransportChannel()
279 if (ice_role_ != ice_role) { in SetIceRole()
280 ice_role_ = ice_role; in SetIceRole()
450 port->SetIceRole(ice_role_); in OnPortReady()
654 ASSERT(ice_role_ == ICEROLE_CONTROLLED); in OnNominated()
1014 if (ShouldSwitch(best_connection_, top_connection, ice_role_)) { in SortConnections()
1022 if (ice_role_ == ICEROLE_CONTROLLING || best_nominated_connection()) { in SortConnections()
1311 if (remote_ice_mode_ == ICEMODE_FULL && ice_role_ == ICEROLE_CONTROLLING) { in PingConnection()
1330 if (ice_role_ == ICEROLE_CONTROLLED) { in OnConnectionStateChange()
1421 if (ice_role_ == ICEROLE_CONTROLLED && !best_nominated_connection() && in OnReadPacket()
Dport.h139 IceRole GetIceRole() const { return ice_role_; } in GetIceRole()
140 void SetIceRole(IceRole role) { ice_role_ = role; } in SetIceRole()
357 return ice_role_ == ICEROLE_CONTROLLED && connections_.empty(); in dead()
385 IceRole ice_role_; variable
Dtransport.h178 IceRole ice_role() const { return ice_role_; } in ice_role()
309 IceRole ice_role_ = ICEROLE_UNKNOWN; variable
Dtransportcontroller.cc288 transport->SetIceRole(ice_role_); in GetOrCreateTransport_w()
341 ice_role_ = ice_role; in SetIceRole_w()
343 kv.second->SetIceRole(ice_role_); in SetIceRole_w()
532 IceRole reversed_role = (ice_role_ == ICEROLE_CONTROLLING) in OnChannelRoleConflict_w()
Dp2ptransportchannel.h78 IceRole GetIceRole() const override { return ice_role_; } in GetIceRole()
288 IceRole ice_role_; variable
Dtransportcontroller.h210 IceRole ice_role_ = ICEROLE_CONTROLLING; variable
Dport.cc151 ice_role_(ICEROLE_UNKNOWN), in Port()
181 ice_role_(ICEROLE_UNKNOWN), in Port()
490 switch (ice_role_) { in MaybeIceRoleConflict()