Home
last modified time | relevance | path

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

/frameworks/base/libs/common_time/
Dcommon_time_server_packets.h67 bool checkPacket(uint64_t expectedSyncGroupID) const { in checkPacket() argument
70 (!expectedSyncGroupID || (syncGroupID == expectedSyncGroupID))); in checkPacket()
182 uint64_t expectedSyncGroupID);
Dcommon_time_server_packets.cpp146 uint64_t expectedSyncGroupID) { in deserializePacket() argument
178 if ((ret >= 0) && !header->checkPacket(expectedSyncGroupID)) in deserializePacket()