Searched refs:lastTs (Results 1 – 2 of 2) sorted by relevance
50 if (apTime > sync->lastTs + SYNC_EXPIRATION || sync->lastTs == 0) { in apHubSyncAddDelta()54 sync->lastTs = apTime; in apHubSyncAddDelta()
42 uint64_t lastTs; // AP time of previous data point, used for control expiration member