OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocationsequence
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/p2p/client/
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
...]
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
...]
httpportallocator.cc
126
//
AllocationSequence
.
portallocator_unittest.cc
[
all
...]
/external/webrtc/webrtc/p2p/base/
turnport.cc
348
// If socket is shared,
AllocationSequence
will receive the packet.
[
all
...]
Completed in 327 milliseconds