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

/frameworks/base/libs/common_time/
H A Dcommon_time_server_packets.cpp251 SERIALIZE_INT64(masterRxCommonTime);
263 DESERIALIZE_INT64(masterRxCommonTime);
H A Dcommon_time_server_packets.h135 int64_t masterRxCommonTime; member in class:android::SyncResponsePacket
H A Dcommon_time_server.cpp902 pkt.masterRxCommonTime = rxCommonTime;
907 pkt.masterRxCommonTime = 0;
964 int64_t masterRxCommonTime = response->masterRxCommonTime; local
968 int64_t avgCommon = (masterTxCommonTime + masterRxCommonTime) >> 1;

Completed in 54 milliseconds