Searched defs:candidate_type (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dstatscollector.cc331 const char* IceCandidateTypeToStatsType(const std::string& candidate_type) { argument
332 if (candidate_type == cricket::LOCAL_PORT_TYPE) {
335 if (candidate_type == cricket::STUN_PORT_TYPE) {
338 if (candidate_type == cricket::PRFLX_PORT_TYPE) {
341 if (candidate_type == cricket::RELAY_PORT_TYPE) {
H A Dwebrtcsdp.cc1024 std::string candidate_type; local
1027 candidate_type = cricket::LOCAL_PORT_TYPE;
1029 candidate_type = cricket::STUN_PORT_TYPE;
1031 candidate_type = cricket::RELAY_PORT_TYPE;
1100 address, priority, username, password, candidate_type,

Completed in 179 milliseconds