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

  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 139 void AddAllocatedPort(Port* port, AllocationSequence* seq, float pref,
basicportallocator.cc 393 void BasicPortAllocatorSession::AddAllocatedPort(Port* port,
672 session_->AddAllocatedPort(port, this, PREF_LOCAL_UDP);
688 session_->AddAllocatedPort(port, this, PREF_LOCAL_TCP);
713 session_->AddAllocatedPort(port, this, PREF_LOCAL_STUN);
745 // done by AddAllocatedPort) until we have these addresses. So we
747 session_->AddAllocatedPort(port, this, PREF_RELAY + relay->pref_modifier,

Completed in 89 milliseconds