Home
last modified time | relevance | path

Searched refs:RTCIceCandidateType (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/stats/
Drtcstats_objects.cc32 const char* const RTCIceCandidateType::kHost = "host";
33 const char* const RTCIceCandidateType::kSrflx = "srflx";
34 const char* const RTCIceCandidateType::kPrflx = "prflx";
35 const char* const RTCIceCandidateType::kRelay = "relay";
/external/webrtc/pc/
Drtc_stats_collector.cc120 return RTCIceCandidateType::kHost; in CandidateTypeToRTCIceCandidateType()
122 return RTCIceCandidateType::kSrflx; in CandidateTypeToRTCIceCandidateType()
124 return RTCIceCandidateType::kPrflx; in CandidateTypeToRTCIceCandidateType()
126 return RTCIceCandidateType::kRelay; in CandidateTypeToRTCIceCandidateType()
/external/webrtc/api/stats/
Drtcstats_objects.h43 struct RTCIceCandidateType { struct