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

/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.cc87 class AllocationSequence : public rtc::MessageHandler, class in namespace:cricket
99 AllocationSequence(BasicPortAllocatorSession* session,
103 ~AllocationSequence();
125 // Signal from AllocationSequence, when it's done with allocating ports.
131 sigslot::signal1<AllocationSequence*> SignalPortAllocationComplete;
161 // There will be only one udp port per AllocationSequence.
260 // AllocationSequence should clear it's map entry for turn ports before
375 for (std::vector<AllocationSequence*>::iterator it = sequences_.begin();
377 if ((*it)->state() == AllocationSequence::kStopped) {
448 // New AllocationSequence woul
729 AllocationSequence::AllocationSequence(BasicPortAllocatorSession* session, function in class:cricket::AllocationSequence
[all...]
H A Dbasicportallocator.h114 class AllocationSequence;
149 PortData(Port* port, AllocationSequence* seq)
154 AllocationSequence* sequence() { return 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;

Completed in 103 milliseconds