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

  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 101 class AllocationSequence;
139 void AddAllocatedPort(Port* port, AllocationSequence* seq, float pref,
142 void OnProtocolEnabled(AllocationSequence* seq, ProtocolType proto);
156 std::vector<AllocationSequence*> sequences_;
160 AllocationSequence* sequence;
167 friend class AllocationSequence;
basicportallocator.cc 122 class AllocationSequence : public talk_base::MessageHandler {
124 AllocationSequence(BasicPortAllocatorSession* session,
128 ~AllocationSequence();
367 // New AllocationSequence would have nothing to do, so don't make it.
371 AllocationSequence* sequence =
372 new AllocationSequence(this, networks[i], config, sequence_flags);
394 AllocationSequence * seq,
452 void BasicPortAllocatorSession::OnProtocolEnabled(AllocationSequence * seq,
528 // AllocationSequence
530 AllocationSequence::AllocationSequence(BasicPortAllocatorSession* session
    [all...]

Completed in 166 milliseconds