Home
last modified time | relevance | path

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

/frameworks/base/libs/common_time/
Dcommon_time_server_packets.cpp251 SERIALIZE_INT64(masterRxCommonTime); in serializePacket()
263 DESERIALIZE_INT64(masterRxCommonTime); in deserializePacket()
Dcommon_time_server.cpp901 pkt.masterRxCommonTime = rxCommonTime; in handleSyncRequest()
906 pkt.masterRxCommonTime = 0; in handleSyncRequest()
963 int64_t masterRxCommonTime = response->masterRxCommonTime; in handleSyncResponse() local
967 int64_t avgCommon = (masterTxCommonTime + masterRxCommonTime) >> 1; in handleSyncResponse()
Dcommon_time_server_packets.h135 int64_t masterRxCommonTime; variable