Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/
Dap_hub_sync.c50 if (apTime > sync->lastTs + SYNC_EXPIRATION || sync->lastTs == 0) { in apHubSyncAddDelta()
54 sync->lastTs = apTime; in apHubSyncAddDelta()
/device/google/contexthub/firmware/os/inc/algos/
Dap_hub_sync.h42 uint64_t lastTs; // AP time of previous data point, used for control expiration member