Searched refs:pref_modifier (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.h180 float pref_modifier; // added to the protocol modifier to get the member in struct:cricket::PortConfiguration::RelayServer
193 void AddRelay(const PortList& ports, float pref_modifier);
H A Dbasicportallocator.cc747 session_->AddAllocatedPort(port, this, PREF_RELAY + relay->pref_modifier,
773 void PortConfiguration::AddRelay(const PortList& ports, float pref_modifier) { argument
776 relay.pref_modifier = pref_modifier;

Completed in 1329 milliseconds