Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/algos/
Dap_hub_sync.h57 int64_t apHubSyncGetDelta(struct ApHubSync* sync, uint64_t hubTime);
/device/google/contexthub/firmware/os/algos/
Dap_hub_sync.c85 int64_t apHubSyncGetDelta(struct ApHubSync* sync, uint64_t hubTime) { in apHubSyncGetDelta() function
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c677 return apHubSyncGetDelta(sync, sensorGetTime()); in getAvgDelta()