HomeSort by relevance Sort by last modified time
    Searched refs:lastTs (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/inc/algos/
ap_hub_sync.h 42 uint64_t lastTs; // AP time of previous data point, used for control expiration
  /device/google/contexthub/firmware/os/algos/
ap_hub_sync.c 49 // if data is expired or lastTs is not set before, reset
50 if (apTime > sync->lastTs + SYNC_EXPIRATION || sync->lastTs == 0) {
54 sync->lastTs = apTime;

Completed in 575 milliseconds