Searched refs:role_str (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportdescription.cc34 bool StringToConnectionRole(const std::string& role_str, ConnectionRole* role) { argument
43 if (stricmp(roles[i], role_str.c_str()) == 0) {
51 bool ConnectionRoleToString(const ConnectionRole& role, std::string* role_str) { argument
54 *role_str = cricket::CONNECTIONROLE_ACTIVE_STR;
57 *role_str = cricket::CONNECTIONROLE_ACTPASS_STR;
60 *role_str = cricket::CONNECTIONROLE_PASSIVE_STR;
63 *role_str = cricket::CONNECTIONROLE_HOLDCONN_STR;
H A Dtransportdescription.h96 bool StringToConnectionRole(const std::string& role_str, ConnectionRole* role);
97 bool ConnectionRoleToString(const ConnectionRole& role, std::string* role_str);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc2016 std::string role_str = fields[1]; local
2017 if (!cricket::StringToConnectionRole(role_str, role)) {

Completed in 106 milliseconds