Home | History | Annotate | Download | only in common_time

Lines Matching defs:rtt

965         int64_t rtt       = (clientRxLocalTime - clientTxLocalTime);
969 // if the RTT of the packet is significantly larger than the panic
972 int rttCommon = mCommonClock.localDurationToCommonDuration(rtt);
975 ALOGV("Dropping sync response with RTT of %lld uSec", rttCommon);