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

  /external/webrtc/webrtc/p2p/client/
basicportallocator.h 92 class AllocationSequence;
128 PortData(Port* port, AllocationSequence* seq)
133 AllocationSequence* sequence() { return sequence_; }
157 AllocationSequence* sequence_;
171 void AddAllocatedPort(Port* port, AllocationSequence* seq,
176 void OnProtocolEnabled(AllocationSequence* seq, ProtocolType proto);
180 void OnPortAllocationComplete(AllocationSequence* seq);
195 std::vector<AllocationSequence*> sequences_;
198 friend class AllocationSequence;
244 class AllocationSequence : public rtc::MessageHandler
    [all...]
basicportallocator.cc 167 // AllocationSequence should clear it's map entry for turn ports before
287 for (std::vector<AllocationSequence*>::iterator it = sequences_.begin();
289 if ((*it)->state() == AllocationSequence::kStopped) {
380 // New AllocationSequence would have nothing to do, so don't make it.
384 AllocationSequence* sequence =
385 new AllocationSequence(this, networks[i], config, sequence_flags);
406 for (AllocationSequence* sequence : sequences_) {
433 AllocationSequence * seq,
564 void BasicPortAllocatorSession::OnProtocolEnabled(AllocationSequence* seq,
623 AllocationSequence* seq)
    [all...]

Completed in 158 milliseconds