Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dchannel.h494 int64_t GetRTT(bool allow_associate_channel) const;
Dchannel.cc1815 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::Channel
4087 rtt = channel->GetRTT(false); in GetRTT()