Searched refs:rttCommon (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/common_time/
H A Dcommon_time_server.cpp972 int rttCommon = mCommonClock.localDurationToCommonDuration(rtt); local
973 if (rttCommon > (static_cast<int64_t>(mPanicThresholdUsec) *
975 ALOGV("Dropping sync response with RTT of %lld uSec", rttCommon);
980 result = mClockRecovery.pushDisciplineEvent(avgLocal, avgCommon, rttCommon);

Completed in 43 milliseconds