Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DRTPSender.cpp376 static const size_t kCNAMELength = strlen(kCNAME); in appendSDES() local
378 const size_t kLengthInWords = 2 + (2 + kCNAMELength + 1 + 3) / 4; in appendSDES()
391 data[9] = kCNAMELength; in appendSDES()
392 memcpy(&data[10], kCNAME, kCNAMELength); in appendSDES()
393 data[10 + kCNAMELength] = '\0'; in appendSDES()