Searched refs:apTime (Results 1 – 1 of 1) sorted by relevance
652 static void addDelta(struct TimeSync *sync, uint64_t apTime, uint64_t hubTime) in addDelta() argument654 if (apTime - sync->lastTime > SYNC_RESET) { in addDelta()659 sync->delta[sync->tail++] = apTime - hubTime; in addDelta()661 sync->lastTime = apTime; in addDelta()