Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dtransportdescription.cc19 bool StringToConnectionRole(const std::string& role_str, ConnectionRole* role) { in StringToConnectionRole() function
Dtransportdescription.h69 bool StringToConnectionRole(const std::string& role_str, ConnectionRole* role);
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc2036 if (!cricket::StringToConnectionRole(role_str, role)) { in ParseDtlsSetup()