Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dnetwork.h427 uint16_t GetCost() const;
Dnetwork.cc1032 uint16_t Network::GetCost() const { in GetCost() function in rtc::Network
/external/webrtc/p2p/base/
Dport.cc182 network_cost_ = network_->GetCost(); in Construct()
848 uint16_t new_cost = network_->GetCost(); in UpdateNetworkCost()
/external/webrtc/p2p/client/
Dbasic_port_allocator.cc733 lowest_cost = std::min<uint16_t>(lowest_cost, network->GetCost()); in GetNetworks()
737 return network->GetCost() > lowest_cost + rtc::kNetworkCostLow; in GetNetworks()