Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/algos/
Dap_hub_sync.h54 void apHubSyncAddDelta(struct ApHubSync* sync, uint64_t apTime, uint64_t hubTime);
/device/google/contexthub/firmware/os/algos/
Dap_hub_sync.c45 void apHubSyncAddDelta(struct ApHubSync* sync, uint64_t apTime, uint64_t hubTime) { in apHubSyncAddDelta() function
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c672 apHubSyncAddDelta(sync, apTime, hubTime); in addDelta()