Home
last modified time | relevance | path

Searched refs:kSelected (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/logging/rtc_event_log/events/
Drtc_event_ice_candidate_pair_config.h26 kSelected, enumerator
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dlog_simulation.cc165 if (candidate.type == IceCandidatePairConfigType::kSelected) { in OnIceConfig()
Danalyzer.cc1674 {static_cast<float>(IceCandidatePairConfigType::kSelected), in CreateIceCandidatePairConfigGraph()
/external/webrtc/logging/rtc_event_log/
Dlogged_events.h582 kSelected, enumerator
Drtc_event_log_parser.cc204 return IceCandidatePairConfigType::kSelected; in GetRuntimeIceCandidatePairConfigType()
820 return IceCandidatePairConfigType::kSelected; in GetRuntimeIceCandidatePairConfigType()
2067 if (candidate.type == IceCandidatePairConfigType::kSelected) { in GetRouteChanges()
2279 {ConfigType::kSelected, Combined::kSelected}}); in GetIceEvents()
/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_legacy.cc124 case IceCandidatePairConfigType::kSelected: in ConvertIceCandidatePairConfigType()
Drtc_event_log_encoder_new_format.cc164 case IceCandidatePairConfigType::kSelected: in ConvertToProtoFormat()
/external/webrtc/p2p/base/
Dp2p_transport_channel.cc1727 LogCandidatePairConfig(conn, webrtc::IceCandidatePairConfigType::kSelected); in SwitchSelectedConnection()