Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/p2p/base/
H A Dconnection.h61 struct SentPing { struct
62 SentPing(absl::string_view id, int64_t sent_time, uint32_t nomination) in SentPing() function
65 std::string id;
66 int64_t sent_time;
67 uint32_t nomination;
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dping_rate_policy.cc84 void Chttp2PingRatePolicy::SentPing() { in SentPing() function in grpc_core::Chttp2PingRatePolicy