Home
last modified time | relevance | path

Searched refs:network_cost_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/api/
Dcandidate.cc26 network_cost_(0) {} in Candidate()
51 network_cost_(network_cost) {} in Candidate()
81 << password_ << ":" << network_id_ << ":" << network_cost_ << ":" in ToStringInternal()
Dcandidate.h120 network_cost_ = network_cost; in set_network_cost()
122 uint16_t network_cost() const { return network_cost_; } in network_cost()
199 uint16_t network_cost_; variable
/external/webrtc/p2p/base/
Dport.cc182 network_cost_ = network_->GetCost(); in Construct()
187 << network_cost_; in Construct()
275 type, generation_, foundation, network_->id(), network_cost_); in AddAddress()
849 if (network_cost_ == new_cost) { in UpdateNetworkCost()
852 RTC_LOG(LS_INFO) << "Network cost changed from " << network_cost_ << " to " in UpdateNetworkCost()
857 network_cost_ = new_cost; in UpdateNetworkCost()
859 candidate.set_network_cost(network_cost_); in UpdateNetworkCost()
Dport.h351 int16_t network_cost() const { return network_cost_; } in network_cost()
472 int16_t network_cost_; variable