Searched refs:GetRTT (Results 1 – 2 of 2) sorted by relevance
494 int64_t GetRTT(bool allow_associate_channel) const;
1815 int64_t rtt = GetRTT(true); in ReceivedRTCPPacket()3225 stats.rttMs = GetRTT(true); in GetRTPStatistics()4068 int64_t Channel::GetRTT(bool allow_associate_channel) const { in GetRTT() function in webrtc::voe::Channel4087 rtt = channel->GetRTT(false); in GetRTT()