Home
last modified time | relevance | path

Searched defs:RTPSession (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DRTPSession.h28 struct RTPSession : std::enable_shared_from_this<RTPSession> { struct
64 std::string mLocalPassword;
65 std::shared_ptr<X509> mLocalCertificate;
66 std::shared_ptr<EVP_PKEY> mLocalKey;
68 std::optional<std::string> mRemoteUFrag;
69 std::optional<std::string> mRemotePassword;
70 std::optional<std::string> mRemoteFingerprint;
71 std::optional<sockaddr_storage> mRemoteAddr;
73 RunLoop::Token mPingToken;
75 bool mIsActive;
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DRTPSession.cpp23 RTPSession::RTPSession( in RTPSession() function in RTPSession