Home
last modified time | relevance | path

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

/external/webrtc/api/
Dcandidate.h130 void set_network_cost(uint16_t network_cost) { in set_network_cost()
134 uint16_t network_cost() const { return network_cost_; } in network_cost() function
Dcandidate.cc40 uint16_t network_cost) in Candidate()
/external/webrtc/p2p/base/
Dport.h379 int16_t network_cost() const { return network_cost_; } in network_cost() function
Dconnection.cc634 uint16_t network_cost = static_cast<uint16_t>(network_info); in HandleStunBindingOrGoogPingRequest() local
Dp2p_transport_channel.cc1115 uint16_t network_cost = 0; in OnUnknownAddress() local
/external/webrtc/rtc_base/
Dnetwork.cc1209 Network::GuessAdapterFromNetworkCost(int network_cost) { in GuessAdapterFromNetworkCost()
/external/webrtc/pc/
Dwebrtc_sdp.cc1203 uint16_t network_cost = 0; in ParseCandidate() local