Home
last modified time | relevance | path

Searched defs:network_cost (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/api/
Dcandidate.h118 void set_network_cost(uint16_t network_cost) { in set_network_cost()
122 uint16_t network_cost() const { return network_cost_; } in network_cost() function
Dcandidate.cc38 uint16_t network_cost) in Candidate()
/external/webrtc/p2p/base/
Dport.h351 int16_t network_cost() const { return network_cost_; } in network_cost() function
Dp2p_transport_channel.cc61 rtc::AdapterType GuessAdapterTypeFromNetworkCost(int network_cost) { in GuessAdapterTypeFromNetworkCost()
1014 uint16_t network_cost = 0; in OnUnknownAddress() local
Dconnection.cc622 uint16_t network_cost = static_cast<uint16_t>(network_info); in HandleStunBindingOrGoogPingRequest() local
/external/webrtc/pc/
Dwebrtc_sdp.cc1171 uint16_t network_cost = 0; in ParseCandidate() local