Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DnanohubCommand.c652 static void addDelta(struct TimeSync *sync, uint64_t apTime, uint64_t hubTime) in addDelta() argument
654 if (apTime - sync->lastTime > SYNC_RESET) { in addDelta()
659 sync->delta[sync->tail++] = apTime - hubTime; in addDelta()
661 sync->lastTime = apTime; in addDelta()