Home
last modified time | relevance | path

Searched refs:AllocationSequence (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dbasicportallocator.cc87 class AllocationSequence : public rtc::MessageHandler, class
99 AllocationSequence(BasicPortAllocatorSession* session,
103 ~AllocationSequence();
131 sigslot::signal1<AllocationSequence*> SignalPortAllocationComplete;
375 for (std::vector<AllocationSequence*>::iterator it = sequences_.begin(); in OnConfigStop()
377 if ((*it)->state() == AllocationSequence::kStopped) { in OnConfigStop()
452 AllocationSequence* sequence =
453 new AllocationSequence(this, networks[i], config, sequence_flags);
486 AllocationSequence * seq,
588 void BasicPortAllocatorSession::OnProtocolEnabled(AllocationSequence* seq,
[all …]
Dbasicportallocator.h114 class AllocationSequence; variable
149 PortData(Port* port, AllocationSequence* seq) in PortData()
154 AllocationSequence* sequence() { return sequence_; } in sequence()
178 AllocationSequence* sequence_;
191 void AddAllocatedPort(Port* port, AllocationSequence* seq,
196 void OnProtocolEnabled(AllocationSequence* seq, ProtocolType proto);
200 void OnPortAllocationComplete(AllocationSequence* seq);
214 std::vector<AllocationSequence*> sequences_;
217 friend class AllocationSequence; variable