Home
last modified time | relevance | path

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

/frameworks/base/services/common_time/
Dcommon_time_server_packets.cpp251 SERIALIZE_INT64(masterRxCommonTime); in serializePacket()
263 DESERIALIZE_INT64(masterRxCommonTime); in deserializePacket()
Dcommon_time_server.cpp798 pkt.masterRxCommonTime = rxCommonTime; in handleSyncRequest()
803 pkt.masterRxCommonTime = 0; in handleSyncRequest()
860 int64_t masterRxCommonTime = response->masterRxCommonTime; in handleSyncResponse() local
864 int64_t avgCommon = (masterTxCommonTime + masterRxCommonTime) >> 1; in handleSyncResponse()
Dcommon_time_server_packets.h135 int64_t masterRxCommonTime; variable