Home
last modified time | relevance | path

Searched refs:candidate_type (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dstatscollector.h49 const char* IceCandidateTypeToStatsType(const std::string& candidate_type);
Dstatscollector.cc331 const char* IceCandidateTypeToStatsType(const std::string& candidate_type) { in IceCandidateTypeToStatsType() argument
332 if (candidate_type == cricket::LOCAL_PORT_TYPE) { in IceCandidateTypeToStatsType()
335 if (candidate_type == cricket::STUN_PORT_TYPE) { in IceCandidateTypeToStatsType()
338 if (candidate_type == cricket::PRFLX_PORT_TYPE) { in IceCandidateTypeToStatsType()
341 if (candidate_type == cricket::RELAY_PORT_TYPE) { in IceCandidateTypeToStatsType()
Dwebrtcsdp.cc1024 std::string candidate_type; in ParseCandidate() local
1027 candidate_type = cricket::LOCAL_PORT_TYPE; in ParseCandidate()
1029 candidate_type = cricket::STUN_PORT_TYPE; in ParseCandidate()
1031 candidate_type = cricket::RELAY_PORT_TYPE; in ParseCandidate()
1100 address, priority, username, password, candidate_type, in ParseCandidate()
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dffi.c250 unsigned short candidate_type in get_homogeneous_type() local
269 if (candidate_type != iteration_type) in get_homogeneous_type()
272 return candidate_type; in get_homogeneous_type()
/external/libffi/src/aarch64/
Dffi.c253 unsigned short candidate_type in get_homogeneous_type() local
272 if (candidate_type != iteration_type) in get_homogeneous_type()
275 return candidate_type; in get_homogeneous_type()