HomeSort by relevance Sort by last modified time
    Searched refs:pref_modifier (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 180 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);
basicportallocator.cc 747 session_->AddAllocatedPort(port, this, PREF_RELAY + relay->pref_modifier,
773 void PortConfiguration::AddRelay(const PortList& ports, float pref_modifier) {
776 relay.pref_modifier = pref_modifier;

Completed in 234 milliseconds