Searched refs:roundTripDelay (Results 1 – 3 of 3) sorted by relevance
112 roundTripDelay(0), in tVoIPMatricReport()133 uint32_t roundTripDelay; member
393 report->roundTripDelay = mRoundTripDelay; in createVoIPMatricReport()555 mBitWriter.Write(report->roundTripDelay, 16); in encodeVoipMetricReport()
375 uint32_t roundTripDelay = i * 10; in TEST_F() local376 mAnalyzer->SendEvent(kRequestRoundTripTimeDelayUpdate, roundTripDelay, 0); in TEST_F()377 sumRoundTripDelay += roundTripDelay; in TEST_F()