Home
last modified time | relevance | path

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

/frameworks/base/libs/common_time/
Dcommon_time_server.cpp973 int64_t rttCommon = mCommonClock.localDurationToCommonDuration(rtt); in handleSyncResponse() local
974 if (rttCommon > (static_cast<int64_t>(mPanicThresholdUsec) * in handleSyncResponse()
976 ALOGV("Dropping sync response with RTT of %" PRId64 " uSec", rttCommon); in handleSyncResponse()
982 result = mClockRecovery.pushDisciplineEvent(avgLocal, avgCommon, rttCommon); in handleSyncResponse()