OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:candidate_filter
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/p2p/base/
portallocator.h
227
uint32_t
candidate_filter
() { return candidate_filter_; }
function in class:cricket::PortAllocator
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
/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 636 milliseconds