Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DRTPSession.cpp65 std::string_view remoteFingerprint) { in setRemoteParams() argument
70 mRemoteFingerprint = remoteFingerprint; in setRemoteParams()
124 std::string RTPSession::remoteFingerprint() const { in remoteFingerprint() function in RTPSession
DDTLS.cpp71 const std::string &remoteFingerprint, in DTLS() argument
76 mRemoteFingerprint(remoteFingerprint), in DTLS()
DRTPSocketHandler.cpp435 mSession->remoteFingerprint(), in onPacketReceived()
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DRTPSession.h41 std::string_view remoteFingerprint);
51 std::string remoteFingerprint() const;
DDTLS.h47 const std::string &remoteFingerprint,