Searched refs:ice_role (Results 1 – 4 of 4) sorted by relevance
1066 void JsepTransportController::SetIceRole_n(cricket::IceRole ice_role) { in SetIceRole_n() argument1069 ice_role_ = ice_role; in SetIceRole_n()1080 cricket::IceRole ice_role = ice_role_; in DetermineIceRole() local1095 ice_role = cricket::ICEROLE_CONTROLLING; in DetermineIceRole()1105 ice_role = cricket::ICEROLE_CONTROLLING; in DetermineIceRole()1116 ice_role = cricket::ICEROLE_CONTROLLED; in DetermineIceRole()1120 return ice_role; in DetermineIceRole()
301 void SetIceRole_n(cricket::IceRole ice_role);
300 void P2PTransportChannel::SetIceRole(IceRole ice_role) { in SetIceRole() argument302 if (ice_role_ != ice_role) { in SetIceRole()303 ice_role_ = ice_role; in SetIceRole()305 port->SetIceRole(ice_role); in SetIceRole()310 port->SetIceRole(ice_role); in SetIceRole()
326 IceRole ice_role() { return role_; } in ice_role() function425 channel->SetIceRole(GetEndpoint(endpoint)->ice_role()); in CreateChannel()867 IceRole new_role = GetEndpoint(channel)->ice_role() == ICEROLE_CONTROLLING in OnRoleConflict()