Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dstats_collector.h37 const char* IceCandidateTypeToStatsType(const std::string& candidate_type);
Dstats_collector.cc460 const char* IceCandidateTypeToStatsType(const std::string& candidate_type) { in IceCandidateTypeToStatsType() argument
461 if (candidate_type == cricket::LOCAL_PORT_TYPE) { in IceCandidateTypeToStatsType()
464 if (candidate_type == cricket::STUN_PORT_TYPE) { in IceCandidateTypeToStatsType()
467 if (candidate_type == cricket::PRFLX_PORT_TYPE) { in IceCandidateTypeToStatsType()
470 if (candidate_type == cricket::RELAY_PORT_TYPE) { in IceCandidateTypeToStatsType()
Drtc_stats_collector_unittest.cc182 const std::string& candidate_type, in CreateFakeCandidate() argument
188 candidate->set_type(candidate_type); in CreateFakeCandidate()
1076 expected_a_local_host.candidate_type = "host"; in TEST_F()
1089 expected_a_remote_srflx.candidate_type = "srflx"; in TEST_F()
1104 expected_a_local_prflx.candidate_type = "prflx"; in TEST_F()
1118 expected_a_remote_relay.candidate_type = "relay"; in TEST_F()
1135 expected_a_local_relay.candidate_type = "relay"; in TEST_F()
1151 expected_b_local.candidate_type = "host"; in TEST_F()
1165 expected_b_remote.candidate_type = "host"; in TEST_F()
1366 expected_local_candidate.candidate_type = "host"; in TEST_F()
[all …]
Dwebrtc_sdp.cc1102 std::string candidate_type; in ParseCandidate() local
1105 candidate_type = cricket::LOCAL_PORT_TYPE; in ParseCandidate()
1107 candidate_type = cricket::STUN_PORT_TYPE; in ParseCandidate()
1109 candidate_type = cricket::RELAY_PORT_TYPE; in ParseCandidate()
1111 candidate_type = cricket::PRFLX_PORT_TYPE; in ParseCandidate()
1199 address, priority, username, password, candidate_type, in ParseCandidate()
Drtc_stats_integrationtest.cc531 verifier.TestMemberIsDefined(candidate.candidate_type); in VerifyRTCIceCandidateStats()
Drtc_stats_collector.cc615 candidate_stats->candidate_type = in ProduceIceCandidateStats()
/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/webrtc/stats/
Drtcstats_objects.cc262 &candidate_type,
284 candidate_type("candidateType"), in RTCIceCandidateStats()
298 candidate_type(other.candidate_type), in RTCIceCandidateStats()
/external/webrtc/api/stats/
Drtcstats_objects.h217 RTCStatsMember<std::string> candidate_type; variable