Home
last modified time | relevance | path

Searched defs:role_str (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransportdescription.cc19 bool StringToConnectionRole(const std::string& role_str, ConnectionRole* role) { in StringToConnectionRole()
36 bool ConnectionRoleToString(const ConnectionRole& role, std::string* role_str) { in ConnectionRoleToString()
/external/selinux/libsepol/cil/src/
Dcil_policy.c446 char *role_str = ((struct cil_symtab_datum*)context->role)->name; in cil_context_to_policy() local
1051 char *role_str = ((struct cil_symtab_datum*)roletype->role)->name; in cil_name_to_policy() local
Dcil_internal.h448 char *role_str; member
498 char *role_str; member
688 char *role_str; member
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc2035 std::string role_str = fields[1]; in ParseDtlsSetup() local