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

/frameworks/base/services/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.cpp901 pkt.masterRxCommonTime = rxCommonTime;
906 pkt.masterRxCommonTime = 0;
963 int64_t masterRxCommonTime = response->masterRxCommonTime; local
967 int64_t avgCommon = (masterTxCommonTime + masterRxCommonTime) >> 1;

Completed in 238 milliseconds