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

  /device/google/contexthub/firmware/os/inc/algos/
ap_hub_sync.h 46 uint64_t windowTimeout; // track window expiration time
  /device/google/contexthub/firmware/os/algos/
ap_hub_sync.c 59 sync->windowTimeout = apTime + SYNC_WINDOW_TIMEOUT;
64 if (apTime > sync->windowTimeout) {
78 // start new window by resetting windowMax and windowTimeout after this window is done
80 sync->windowTimeout = apTime + SYNC_WINDOW_TIMEOUT;

Completed in 686 milliseconds