Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DRTPSocketHandler.cpp450 std::string uFragPair(static_cast<const char *>(attrData), attrSize); in matchesSession()
451 auto colonPos = uFragPair.find(':'); in matchesSession()
457 std::string localUFrag(uFragPair, 0, colonPos); in matchesSession()
458 std::string remoteUFrag(uFragPair, colonPos + 1); in matchesSession()
483 std::string uFragPair = in pingRemote() local
488 uFragPair.c_str(), in pingRemote()
489 uFragPair.size()); in pingRemote()