Home
last modified time | relevance | path

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

/frameworks/base/libs/common_time/
Dcommon_time_server.cpp961 int64_t clientRxLocalTime = mLastPacketRxLocalTime; in handleSyncResponse() local
965 int64_t rtt = (clientRxLocalTime - clientTxLocalTime); in handleSyncResponse()
966 int64_t avgLocal = (clientTxLocalTime + clientRxLocalTime) >> 1; in handleSyncResponse()
982 mClient_LastGoodSyncRX = clientRxLocalTime; in handleSyncResponse()