Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.h92 class AllocationSequence; variable
128 PortData(Port* port, AllocationSequence* seq) in PortData()
133 AllocationSequence* sequence() { return sequence_; } in 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; variable
244 class AllocationSequence : public rtc::MessageHandler,
[all …]
Dbasicportallocator.cc287 for (std::vector<AllocationSequence*>::iterator it = sequences_.begin(); in OnConfigStop()
289 if ((*it)->state() == AllocationSequence::kStopped) { in OnConfigStop()
384 AllocationSequence* sequence = in DoAllocate()
385 new AllocationSequence(this, networks[i], config, sequence_flags); in DoAllocate()
406 for (AllocationSequence* sequence : sequences_) { in OnNetworksChanged()
433 AllocationSequence * seq, in AddAllocatedPort()
564 void BasicPortAllocatorSession::OnProtocolEnabled(AllocationSequence* seq, in OnProtocolEnabled()
623 AllocationSequence* seq) { in OnPortAllocationComplete()
635 for (std::vector<AllocationSequence*>::iterator it = sequences_.begin(); in MaybeSignalCandidatesAllocationDone()
637 if ((*it)->state() == AllocationSequence::kRunning) in MaybeSignalCandidatesAllocationDone()
[all …]