Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc138 static const char kAttributeCrypto[] = "crypto"; variable
1421 InitAttrLine(kAttributeCrypto, &os); in BuildRtpContentAttributes()
2583 } else if (HasAttribute(line, kAttributeCrypto)) { in ParseContent()
2820 if (!GetValue(fields[0], kAttributeCrypto, &tag_value, error)) { in ParseCryptoAttribute()