OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:candidate_filter
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/p2p/base/
port.h
296
void set_candidate_filter(uint32_t
candidate_filter
) {
297
candidate_filter_ =
candidate_filter
;
347
uint32_t
candidate_filter
() { return candidate_filter_; }
function in class:cricket::Port
portallocator.h
227
uint32_t
candidate_filter
() { return candidate_filter_; }
function in class:cricket::PortAllocator
stunport.cc
447
!(
candidate_filter
() & CF_HOST)) {
turnport.cc
698
if (!(
candidate_filter
() & CF_REFLEXIVE)) {
[
all
...]
/external/webrtc/webrtc/p2p/client/
basicportallocator.cc
447
// Push down the
candidate_filter
to individual port.
448
uint32_t
candidate_filter
= allocator_->
candidate_filter
();
local
454
candidate_filter
&= ~CF_HOST;
456
port->set_candidate_filter(
candidate_filter
);
503
bool host_canidates_disabled = !(allocator_->
candidate_filter
() & CF_HOST);
592
uint32_t filter = allocator_->
candidate_filter
();
[
all
...]
Completed in 147 milliseconds