Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc683 int current_preference = kPreferenceUnknown; in GetDefaultDestination() local
700 if ((preference <= current_preference && current_family == family) || in GetDefaultDestination()
709 current_preference = preference; in GetDefaultDestination()