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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 87 class AllocationSequence : public talk_base::MessageHandler,
99 AllocationSequence(BasicPortAllocatorSession* session,
103 ~AllocationSequence();
125 // Signal from AllocationSequence, when it's done with allocating ports.
131 sigslot::signal1<AllocationSequence*> SignalPortAllocationComplete;
164 // There will be only one udp port per AllocationSequence.
263 // AllocationSequence should clear it's map entry for turn ports before
378 for (std::vector<AllocationSequence*>::iterator it = sequences_.begin();
380 if ((*it)->state() == AllocationSequence::kStopped) {
449 // New AllocationSequence would have nothing to do, so don't make it
    [all...]
basicportallocator.h 113 class AllocationSequence;
148 PortData(Port* port, AllocationSequence* seq)
153 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);
212 std::vector<AllocationSequence*> sequences_;
215 friend class AllocationSequence;

Completed in 186 milliseconds